Html Css Color HEX #14CFAA Caribbean Green

📋 copy color: '#14CFAA'

red 20 ◦ green 207 ◦ blue 170

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

Shades of Caribbean Green #14CFAA

Tints of Caribbean Green #14CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.14%

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

R = 5.04%
G = 52.14%
B = 42.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#14CFAA (or 0x14CFAA) is known color: Caribbean Green. HEX triplet: 14, CF and AA. RGB value is (20,207,170). Sum of RGB (Red+Green+Blue) = 20+207+170=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CFAA is #EB3055. Grayscale: #929292. Windows color (decimal): -15413334 or 11194132. OLE color: 11194132.

HSL color Cylindrical-coordinate representation of color #14CFAA: hue angle of 168.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFAA is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 170 -
CMYK 0.90 0 0.18 0.19
HSL 168.13º 0.82% 0.45% -
HSV(B) 168.13º 0.9% 0.81% -
XYZ 29.86 47.68 45.66 -
YUV 146.87 141.05 37.51 -
System Red Green Blue C M Y K H S L
Decimal 20 207 170 0.90 0 0.18 0.19 168.13 0.82 0.45
Hex 14 CF AA 5A 0 12 13 A8 52 2D
Octal 24 317 252 132 0 22 23 250 122 55
Binary 10100 11001111 10101010 1011010 0 10010 10011 10101000 1010010 101101

Color Harmonies of #14CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFAA

Black with #14CFAA

Text Example


Text Example

White with #14CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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