#0CD1BB

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

Shades of Robin's Egg Blue #0CD1BB

Tints of Robin's Egg Blue #0CD1BB

Color information

#0CD1BB (or 0x0CD1BB) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D1 and BB. RGB value is (12,209,187). Sum of RGB (Red+Green+Blue) = 12+209+187=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1BB is #F32E44. Grayscale: #939393. Windows color (decimal): -15937093 or 12308748. OLE color: 12308748.

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

Color convert

RGB12209187-
CMYK0.9400.110.18
HSL173.3º89.14%43.33%-
HSV(B)173.3º94.26%81.96%-
XYZ31.9249.2754.84-
YUV147.59150.2331.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.94%
GREEN value IS 209 (82.03% from 255) = 51.23%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=2.94%
G=51.23%
B=45.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122091870.9400.110.18173.389.1443.33
HexCD1BB5E0B12ad592b
Octal143212731360132225513153
Binary1100110100011011101110111100101110010101011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,209,187); }

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

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

 a { background-color: rgb(12,209,187); }

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

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

 span { border-color: rgb(12,209,187); }

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