#0dc4b6

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

Shades of Robin's Egg Blue #0DC4B6

Tints of Robin's Egg Blue #0DC4B6

Color information

#0DC4B6 (or 0x0DC4B6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, C4 and B6. RGB value is (13,196,182). Sum of RGB (Red+Green+Blue) = 13+196+182=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC4B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC4B6 is #F23B49. Grayscale: #8B8B8B. Windows color (decimal): -15874890 or 11977741. OLE color: 11977741.

HSL color Cylindrical-coordinate representation of color #0DC4B6: hue angle of 175.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC4B6 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB13196182-
CMYK0.9300.070.23
HSL175.41º87.56%40.98%-
HSV(B)175.41º93.37%76.86%-
XYZ28.3542.9451.05-
YUV139.69151.8737.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.32%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 182 (71.48% from 255) = 46.55%
R=3.32%
G=50.13%
B=46.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131961820.9300.070.23175.4187.5640.98
HexDC4B65D0717af5829
Octal15304266135072725713051
Binary110111000100101101101011101011110111101011111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dc4b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0dc4b6; }

 p { color: rgb(13,196,182); }

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

<style>
 a { background-color: #0dc4b6; }

 a { background-color: rgb(13,196,182); }

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

<style>
 span { border-color: #0dc4b6; }

 span { border-color: rgb(13,196,182); }

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