#14CA96

Color #14CA96 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #14CA96

Tints of Caribbean Green #14CA96

Color information

#14CA96 (or 0x14CA96) is unknown color: approx Caribbean Green. HEX triplet: 14, CA and 96. RGB value is (20,202,150). Sum of RGB (Red+Green+Blue) = 20+202+150=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CA96 is #EB3569. Grayscale: #8D8D8D. Windows color (decimal): -15414634 or 9882132. OLE color: 9882132.

HSL color Cylindrical-coordinate representation of color #14CA96: hue angle of 162.86º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA96 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20202150-
CMYK0.9000.260.21
HSL162.86º81.98%43.53%-
HSV(B)162.86º90.1%79.22%-
XYZ26.9144.5936.04-
YUV141.65132.741.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.38%
GREEN value IS 202 (79.30% from 255) = 54.30%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=5.38%
G=54.30%
B=40.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202021500.9000.260.21162.8681.9843.53
Hex14CA965A01A15a3522c
Octal243122261320322524312254
Binary101001100101010010110101101001101010101101000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,202,150); }

 H1.HeaderClassName
 {
   color: #14CA96;
 }
 .AnyTagClassName
 {
   color: #14CA96;
 }
</style>
background-color css

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

 a { background-color: rgb(20,202,150); }

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

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

 span { border-color: rgb(20,202,150); }

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