#0CC3BC

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

Shades of Robin's Egg Blue #0CC3BC

Tints of Robin's Egg Blue #0CC3BC

Color information

#0CC3BC (or 0x0CC3BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, C3 and BC. RGB value is (12,195,188). Sum of RGB (Red+Green+Blue) = 12+195+188=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC3BC is #F33C43. Grayscale: #8B8B8B. Windows color (decimal): -15940676 or 12370700. OLE color: 12370700.

HSL color Cylindrical-coordinate representation of color #0CC3BC: hue angle of 177.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC3BC is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB12195188-
CMYK0.9400.040.24
HSL177.7º88.41%40.59%-
HSV(B)177.7º93.85%76.47%-
XYZ28.7442.7454.31-
YUV139.48155.3737.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.04%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=3.04%
G=49.37%
B=47.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121951880.9400.040.24177.788.4140.59
HexCC3BC5E0418b25829
Octal14303274136043026213051
Binary110011000011101111001011110010011000101100101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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