Html Css Color HEX #14CFA6 Caribbean Green

📋 copy color: '#14CFA6'

red 20 ◦ green 207 ◦ blue 166

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

Shades of Caribbean Green #14CFA6

Tints of Caribbean Green #14CFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 5.09%
G = 52.67%
B = 42.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#14CFA6 (or 0x14CFA6) is known color: Caribbean Green. HEX triplet: 14, CF and A6. RGB value is (20,207,166). Sum of RGB (Red+Green+Blue) = 20+207+166=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CFA6 is #EB3059. Grayscale: #929292. Windows color (decimal): -15413338 or 10931988. OLE color: 10931988.

HSL color Cylindrical-coordinate representation of color #14CFA6: hue angle of 166.84º 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 #14CFA6 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 166 -
CMYK 0.90 0 0.20 0.19
HSL 166.84º 0.82% 0.45% -
HSV(B) 166.84º 0.9% 0.81% -
XYZ 29.48 47.53 43.7 -
YUV 146.41 139.05 37.83 -
System Red Green Blue C M Y K H S L
Decimal 20 207 166 0.90 0 0.20 0.19 166.84 0.82 0.45
Hex 14 CF A6 5A 0 14 13 A7 52 2D
Octal 24 317 246 132 0 24 23 247 122 55
Binary 10100 11001111 10100110 1011010 0 10100 10011 10100111 1010010 101101

Color Harmonies of #14CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFA6

Black with #14CFA6

Text Example


Text Example

White with #14CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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