#0DCABB

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

Shades of Robin's Egg Blue #0DCABB

Tints of Robin's Egg Blue #0DCABB

Color information

#0DCABB (or 0x0DCABB) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, CA and BB. RGB value is (13,202,187). Sum of RGB (Red+Green+Blue) = 13+202+187=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCABB is #F23544. Grayscale: #8F8F8F. Windows color (decimal): -15873349 or 12306957. OLE color: 12306957.

HSL color Cylindrical-coordinate representation of color #0DCABB: hue angle of 175.24º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCABB is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB13202187-
CMYK0.9400.070.21
HSL175.24º87.91%42.16%-
HSV(B)175.24º93.56%79.22%-
XYZ30.2645.9154.28-
YUV143.78152.3834.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.23%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=3.23%
G=50.25%
B=46.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132021870.9400.070.21175.2487.9142.16
HexDCABB5E0715af582a
Octal15312273136072525713052
Binary110111001010101110111011110011110101101011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,202,187); }

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

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

 a { background-color: rgb(13,202,187); }

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

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

 span { border-color: rgb(13,202,187); }

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