#14D9C0

Color #14D9C0 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #14D9C0

Tints of Robin's Egg Blue #14D9C0

Color information

#14D9C0 (or 0x14D9C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, D9 and C0. RGB value is (20,217,192). Sum of RGB (Red+Green+Blue) = 20+217+192=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #14D9C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9C0 is #EB263F. Grayscale: #9B9B9B. Windows color (decimal): -15410752 or 12638484. OLE color: 12638484.

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

Color convert

RGB20217192-
CMYK0.9100.120.15
HSL172.39º83.12%46.47%-
HSV(B)172.39º90.78%85.1%-
XYZ34.6253.5858.39-
YUV155.25148.7331.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.66%
GREEN value IS 217 (85.16% from 255) = 50.58%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=4.66%
G=50.58%
B=44.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171920.9100.120.15172.3983.1246.47
Hex14D9C05B0CFac532e
Octal243313001330141725412356
Binary1010011011001110000001011011011001111101011001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,217,192); }

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

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

 a { background-color: rgb(20,217,192); }

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

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

 span { border-color: rgb(20,217,192); }

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