Html Css Color HEX #14E0AE Caribbean Green

📋 copy color: '#14E0AE'

red 20 ◦ green 224 ◦ blue 174

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

Shades of Caribbean Green #14E0AE

Tints of Caribbean Green #14E0AE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 53.59%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 4.78%
G = 53.59%
B = 41.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#14E0AE (or 0x14E0AE) is known color: Caribbean Green. HEX triplet: 14, E0 and AE. RGB value is (20,224,174). Sum of RGB (Red+Green+Blue) = 20+224+174=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E0AE is #EB1F51. Grayscale: #9D9D9D. Windows color (decimal): -15408978 or 11460628. OLE color: 11460628.

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

Color convert

RGB 20 224 174 -
CMYK 0.91 0 0.22 0.12
HSL 165.29º 0.84% 0.48% -
HSV(B) 165.29º 0.91% 0.88% -
XYZ 34.58 56.52 49.13 -
YUV 157.3 137.41 30.07 -
System Red Green Blue C M Y K H S L
Decimal 20 224 174 0.91 0 0.22 0.12 165.29 0.84 0.48
Hex 14 E0 AE 5B 0 16 C A5 54 30
Octal 24 340 256 133 0 26 14 245 124 60
Binary 10100 11100000 10101110 1011011 0 10110 1100 10100101 1010100 110000

Color Harmonies of #14E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E0AE

Black with #14E0AE

Text Example


Text Example

White with #14E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,174); }

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

background-color css

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

 a { background-color: rgb(20,224,174); }

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

border-color css

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

 span { border-color: rgb(20,224,174); }

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