#00C7BA

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

Shades of Robin's Egg Blue #00C7BA

Tints of Robin's Egg Blue #00C7BA

Color information

#00C7BA (or 0x00C7BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C7 and BA. RGB value is (0,199,186). Sum of RGB (Red+Green+Blue) = 0+199+186=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #00C7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C7BA is #FF3845. Grayscale: #898989. Windows color (decimal): -16726086 or 12240640. OLE color: 12240640.

HSL color Cylindrical-coordinate representation of color #00C7BA: hue angle of 176.08º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7BA is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB0199186-
CMYK100.070.22
HSL176.08º100%39.02%-
HSV(B)176.08º100%78.04%-
XYZ29.2944.3953.48-
YUV138.02155.0729.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=0%
G=51.69%
B=48.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal0199186100.070.22176.0810039.02
Hex0C7BA640716b06427
Octal0307272144072626014447
Binary011000111101110101100100011110110101100001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,199,186); }

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

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

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

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

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

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

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