#14CA94

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

Shades of Caribbean Green #14CA94

Tints of Caribbean Green #14CA94

Color information

#14CA94 (or 0x14CA94) is unknown color: approx Caribbean Green. HEX triplet: 14, CA and 94. RGB value is (20,202,148). Sum of RGB (Red+Green+Blue) = 20+202+148=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CA94 is #EB356B. Grayscale: #8D8D8D. Windows color (decimal): -15414636 or 9751060. OLE color: 9751060.

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

Color convert

RGB20202148-
CMYK0.9000.270.21
HSL162.2º81.98%43.53%-
HSV(B)162.2º90.1%79.22%-
XYZ26.7544.5335.2-
YUV141.43131.741.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.41%
GREEN value IS 202 (79.30% from 255) = 54.59%
BLUE value IS 148 (58.20% from 255) = 40%
R=5.41%
G=54.59%
B=40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202021480.9000.270.21162.281.9843.53
Hex14CA945A01B15a2522c
Octal243122241320332524212254
Binary101001100101010010100101101001101110101101000101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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