#14d38c

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

Shades of Caribbean Green #14D38C

Tints of Caribbean Green #14D38C

Color information

#14D38C (or 0x14D38C) is unknown color: approx Caribbean Green. HEX triplet: 14, D3 and 8C. RGB value is (20,211,140). Sum of RGB (Red+Green+Blue) = 20+211+140=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #14D38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D38C is #EB2C73. Grayscale: #919191. Windows color (decimal): -15412340 or 9229076. OLE color: 9229076.

HSL color Cylindrical-coordinate representation of color #14D38C: hue angle of 157.7º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D38C is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB20211140-
CMYK0.9100.340.17
HSL157.7º82.68%45.29%-
HSV(B)157.7º90.52%82.75%-
XYZ28.3248.6332.71-
YUV145.8124.7238.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.39%
GREEN value IS 211 (82.81% from 255) = 56.87%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=5.39%
G=56.87%
B=37.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202111400.9100.340.17157.782.6845.29
Hex14D38C5B022119e532d
Octal243232141330422123612355
Binary1010011010011100011001011011010001010001100111101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14d38c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,211,140); }

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

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

 a { background-color: rgb(20,211,140); }

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

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

 span { border-color: rgb(20,211,140); }

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