#14CE8D

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

Shades of Caribbean Green #14CE8D

Tints of Caribbean Green #14CE8D

Color information

#14CE8D (or 0x14CE8D) is unknown color: approx Caribbean Green. HEX triplet: 14, CE and 8D. RGB value is (20,206,141). Sum of RGB (Red+Green+Blue) = 20+206+141=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CE8D is #EB3172. Grayscale: #8F8F8F. Windows color (decimal): -15413619 or 9293332. OLE color: 9293332.

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

Color convert

RGB20206141-
CMYK0.9000.320.19
HSL159.03º82.3%44.31%-
HSV(B)159.03º90.29%80.78%-
XYZ27.1746.2132.69-
YUV142.98126.8840.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.45%
GREEN value IS 206 (80.86% from 255) = 56.13%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=5.45%
G=56.13%
B=38.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202061410.9000.320.19159.0382.344.31
Hex14CE8D5A020139f522c
Octal243162151320402323712254
Binary1010011001110100011011011010010000010011100111111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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