#00C0C0

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

Shades of Robin's Egg Blue #00C0C0

Tints of Robin's Egg Blue #00C0C0

Color information

#00C0C0 (or 0x00C0C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C0 and C0. RGB value is (0,192,192). Sum of RGB (Red+Green+Blue) = 0+192+192=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #00C0C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0C0 is #FF3F3F. Grayscale: #868686. Windows color (decimal): -16727872 or 12632064. OLE color: 12632064.

HSL color Cylindrical-coordinate representation of color #00C0C0: hue angle of 180º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0C0 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0192192-
CMYK1000.25
HSL180º100%37.65%-
HSV(B)180º100%75.29%-
XYZ28.3641.5156.39-
YUV134.59160.3932-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 192 (75.39% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal01921921000.2518010037.65
Hex0C0C0640019b46426
Octal0300300144003126414446
Binary0110000001100000011001000011001101101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C0C0; }

 p { color: rgb(0,192,192); }

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

<style>
 a { background-color: #00C0C0; }

 a { background-color: rgb(0,192,192); }

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

<style>
 span { border-color: #00C0C0; }

 span { border-color: rgb(0,192,192); }

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