#14D794

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

Shades of Caribbean Green #14D794

Tints of Caribbean Green #14D794

Color information

#14D794 (or 0x14D794) is unknown color: approx Caribbean Green. HEX triplet: 14, D7 and 94. RGB value is (20,215,148). Sum of RGB (Red+Green+Blue) = 20+215+148=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #14D794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D794 is #EB286B. Grayscale: #959595. Windows color (decimal): -15411308 or 9754388. OLE color: 9754388.

HSL color Cylindrical-coordinate representation of color #14D794: hue angle of 159.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D794 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB20215148-
CMYK0.9100.310.16
HSL159.38º82.98%46.08%-
HSV(B)159.38º90.7%84.31%-
XYZ29.9350.8936.26-
YUV149.06127.435.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 215 (84.38% from 255) = 56.14%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=5.22%
G=56.14%
B=38.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202151480.9100.310.16159.3882.9846.08
Hex14D7945B01F109f532e
Octal243272241330372023712356
Binary101001101011110010100101101101111110000100111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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