Html Css Color HEX #14E1AA Caribbean Green

📋 copy color: '#14E1AA'

red 20 ◦ green 225 ◦ blue 170

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

Shades of Caribbean Green #14E1AA

Tints of Caribbean Green #14E1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 4.82%
G = 54.22%
B = 40.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#14E1AA (or 0x14E1AA) is known color: Caribbean Green. HEX triplet: 14, E1 and AA. RGB value is (20,225,170). Sum of RGB (Red+Green+Blue) = 20+225+170=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E1AA is #EB1E55. Grayscale: #9D9D9D. Windows color (decimal): -15408726 or 11198740. OLE color: 11198740.

HSL color Cylindrical-coordinate representation of color #14E1AA: hue angle of 163.9º 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 #14E1AA is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 170 -
CMYK 0.91 0 0.24 0.12
HSL 163.9º 0.84% 0.48% -
HSV(B) 163.9º 0.91% 0.88% -
XYZ 34.47 56.9 47.2 -
YUV 157.44 135.08 29.97 -
System Red Green Blue C M Y K H S L
Decimal 20 225 170 0.91 0 0.24 0.12 163.9 0.84 0.48
Hex 14 E1 AA 5B 0 18 C A4 54 30
Octal 24 341 252 133 0 30 14 244 124 60
Binary 10100 11100001 10101010 1011011 0 11000 1100 10100100 1010100 110000

Color Harmonies of #14E1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E1AA

Black with #14E1AA

Text Example


Text Example

White with #14E1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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