#14CB8D

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

Shades of Caribbean Green #14CB8D

Tints of Caribbean Green #14CB8D

Color information

#14CB8D (or 0x14CB8D) is unknown color: approx Caribbean Green. HEX triplet: 14, CB and 8D. RGB value is (20,203,141). Sum of RGB (Red+Green+Blue) = 20+203+141=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CB8D is #EB3472. Grayscale: #8D8D8D. Windows color (decimal): -15414387 or 9292564. OLE color: 9292564.

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

Color convert

RGB20203141-
CMYK0.9000.310.20
HSL159.67º82.06%43.73%-
HSV(B)159.67º90.15%79.61%-
XYZ26.4544.7832.45-
YUV141.22127.8741.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.49%
GREEN value IS 203 (79.69% from 255) = 55.77%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=5.49%
G=55.77%
B=38.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202031410.9000.310.20159.6782.0643.73
Hex14CB8D5A01F14a0522c
Octal243132151320372424012254
Binary101001100101110001101101101001111110100101000001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,203,141); }

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

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

 a { background-color: rgb(20,203,141); }

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

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

 span { border-color: rgb(20,203,141); }

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