#14D097

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

Shades of Caribbean Green #14D097

Tints of Caribbean Green #14D097

Color information

#14D097 (or 0x14D097) is unknown color: approx Caribbean Green. HEX triplet: 14, D0 and 97. RGB value is (20,208,151). Sum of RGB (Red+Green+Blue) = 20+208+151=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #14D097 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D097 is #EB2F68. Grayscale: #919191. Windows color (decimal): -15413097 or 9949204. OLE color: 9949204.

HSL color Cylindrical-coordinate representation of color #14D097: hue angle of 161.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D097 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB20208151-
CMYK0.9000.270.18
HSL161.81º82.46%44.71%-
HSV(B)161.81º90.38%81.57%-
XYZ28.4347.4936.95-
YUV145.29131.2238.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.28%
GREEN value IS 208 (81.64% from 255) = 54.88%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=5.28%
G=54.88%
B=39.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202081510.9000.270.18161.8182.4644.71
Hex14D0975A01B12a2522d
Octal243202271320332224212255
Binary101001101000010010111101101001101110010101000101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,208,151); }

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

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

 a { background-color: rgb(20,208,151); }

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

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

 span { border-color: rgb(20,208,151); }

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