#0cd1b5

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

Shades of Robin's Egg Blue #0CD1B5

Tints of Robin's Egg Blue #0CD1B5

Color information

#0CD1B5 (or 0x0CD1B5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D1 and B5. RGB value is (12,209,181). Sum of RGB (Red+Green+Blue) = 12+209+181=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1B5 is #F32E4A. Grayscale: #929292. Windows color (decimal): -15937099 or 11915532. OLE color: 11915532.

HSL color Cylindrical-coordinate representation of color #0CD1B5: hue angle of 171.47º 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 #0CD1B5 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB12209181-
CMYK0.9400.130.18
HSL171.47º89.14%43.33%-
HSV(B)171.47º94.26%81.96%-
XYZ31.2949.0251.53-
YUV146.9147.2331.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.99%
GREEN value IS 209 (82.03% from 255) = 51.99%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=2.99%
G=51.99%
B=45.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122091810.9400.130.18171.4789.1443.33
HexCD1B55E0D12ab592b
Octal143212651360152225313153
Binary1100110100011011010110111100110110010101010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cd1b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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