#14D7B8

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

Shades of Robin's Egg Blue #14D7B8

Tints of Robin's Egg Blue #14D7B8

Color information

#14D7B8 (or 0x14D7B8) is unknown color: approx Robin's Egg Blue. HEX triplet: 14, D7 and B8. RGB value is (20,215,184). Sum of RGB (Red+Green+Blue) = 20+215+184=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #14D7B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D7B8 is #EB2847. Grayscale: #999999. Windows color (decimal): -15411272 or 12113684. OLE color: 12113684.

HSL color Cylindrical-coordinate representation of color #14D7B8: hue angle of 170.46º 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 #14D7B8 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB20215184-
CMYK0.9100.140.16
HSL170.46º82.98%46.08%-
HSV(B)170.46º90.7%84.31%-
XYZ33.2452.2153.67-
YUV153.16145.433.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.77%
GREEN value IS 215 (84.38% from 255) = 51.31%
BLUE value IS 184 (72.27% from 255) = 43.91%
R=4.77%
G=51.31%
B=43.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202151840.9100.140.16170.4682.9846.08
Hex14D7B85B0E10aa532e
Octal243272701330162025212356
Binary10100110101111011100010110110111010000101010101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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