#15d0bc

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

Shades of Robin's Egg Blue #15D0BC

Tints of Robin's Egg Blue #15D0BC

Color information

#15D0BC (or 0x15D0BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 15, D0 and BC. RGB value is (21,208,188). Sum of RGB (Red+Green+Blue) = 21+208+188=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #15D0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D0BC is #EA2F43. Grayscale: #959595. Windows color (decimal): -15347524 or 12374037. OLE color: 12374037.

HSL color Cylindrical-coordinate representation of color #15D0BC: hue angle of 173.58º 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 #15D0BC is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB21208188-
CMYK0.9000.100.18
HSL173.58º81.66%44.9%-
HSV(B)173.58º89.9%81.57%-
XYZ31.9448.955.33-
YUV149.81149.5536.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.04%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=5.04%
G=49.88%
B=45.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal212081880.9000.100.18173.5881.6644.9
Hex15D0BC5A0A12ae522d
Octal253202741320122225612255
Binary10101110100001011110010110100101010010101011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15d0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15d0bc; }

 p { color: rgb(21,208,188); }

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

<style>
 a { background-color: #15d0bc; }

 a { background-color: rgb(21,208,188); }

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

<style>
 span { border-color: #15d0bc; }

 span { border-color: rgb(21,208,188); }

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