#0CD3BC

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

Shades of Robin's Egg Blue #0CD3BC

Tints of Robin's Egg Blue #0CD3BC

Color information

#0CD3BC (or 0x0CD3BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D3 and BC. RGB value is (12,211,188). Sum of RGB (Red+Green+Blue) = 12+211+188=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #0CD3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD3BC is #F32C43. Grayscale: #949494. Windows color (decimal): -15936580 or 12374796. OLE color: 12374796.

HSL color Cylindrical-coordinate representation of color #0CD3BC: hue angle of 173.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD3BC is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB12211188-
CMYK0.9400.110.17
HSL173.07º89.24%43.73%-
HSV(B)173.07º94.31%82.75%-
XYZ32.5250.355.57-
YUV148.88150.0730.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.92%
GREEN value IS 211 (82.81% from 255) = 51.34%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=2.92%
G=51.34%
B=45.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal122111880.9400.110.17173.0789.2443.73
HexCD3BC5E0B11ad592c
Octal143232741360132125513154
Binary1100110100111011110010111100101110001101011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,211,188); }

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

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

 a { background-color: rgb(12,211,188); }

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

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

 span { border-color: rgb(12,211,188); }

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