Html Css Color HEX #14E19B Caribbean Green

📋 copy color: '#14E19B'

red 20 ◦ green 225 ◦ blue 155

#14E19B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #14E19B

Tints of Caribbean Green #14E19B

RGB

 RED value IS 20 (8.2% from 255) = 5%

 GREEN value IS 225 (88.28% from 255) = 56.25%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 5%
G = 56.25%
B = 38.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#14E19B (or 0x14E19B) is known color: Caribbean Green. HEX triplet: 14, E1 and 9B. RGB value is (20,225,155). Sum of RGB (Red+Green+Blue) = 20+225+155=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #14E19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E19B is #EB1E64. Grayscale: #9B9B9B. Windows color (decimal): -15408741 or 10215700. OLE color: 10215700.

HSL color Cylindrical-coordinate representation of color #14E19B: hue angle of 159.51º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E19B is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 155 -
CMYK 0.91 0 0.31 0.12
HSL 159.51º 0.84% 0.48% -
HSV(B) 159.51º 0.91% 0.88% -
XYZ 33.13 56.37 40.14 -
YUV 155.73 127.58 31.19 -
System Red Green Blue C M Y K H S L
Decimal 20 225 155 0.91 0 0.31 0.12 159.51 0.84 0.48
Hex 14 E1 9B 5B 0 1F C A0 54 30
Octal 24 341 233 133 0 37 14 240 124 60
Binary 10100 11100001 10011011 1011011 0 11111 1100 10100000 1010100 110000

Color Harmonies of #14E19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E19B

Black with #14E19B

Text Example


Text Example

White with #14E19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14E19B; }

 p { color: rgb(20,225,155); }

 H1.HeaderClassName
 {
   color: #14E19B;
 }
 .AnyTagClassName
 {
   color: #14E19B;
 }
</style>

background-color css

<style>
 a { background-color: #14E19B; }

 a { background-color: rgb(20,225,155); }

 div.DivClassName
 {
   background-color: #14E19B;
 }
 .BgClassName
 {
   background-color: #14E19B;
 }
</style>

border-color css

<style>
 span { border-color: #14E19B; }

 span { border-color: rgb(20,225,155); }

 td.TdClassName
 {
   border-color: #14E19B;
 }
 .TagClassName
 {
   border-color: #14E19B;
 }
</style>