#0CCCBE

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

Shades of Robin's Egg Blue #0CCCBE

Tints of Robin's Egg Blue #0CCCBE

Color information

#0CCCBE (or 0x0CCCBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, CC and BE. RGB value is (12,204,190). Sum of RGB (Red+Green+Blue) = 12+204+190=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCBE is #F33341. Grayscale: #909090. Windows color (decimal): -15938370 or 12504076. OLE color: 12504076.

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

Color convert

RGB12204190-
CMYK0.9400.070.2
HSL175.62º88.89%42.35%-
HSV(B)175.62º94.12%80%-
XYZ31.0446.9856.15-
YUV145153.3933.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.96%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=2.96%
G=50.25%
B=46.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122041900.9400.070.2175.6288.8942.35
HexCCCBE5E0714b0592a
Octal14314276136072426013152
Binary110011001100101111101011110011110100101100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,204,190); }

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

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

 a { background-color: rgb(12,204,190); }

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

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

 span { border-color: rgb(12,204,190); }

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