#00C1BA

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

Shades of Robin's Egg Blue #00C1BA

Tints of Robin's Egg Blue #00C1BA

Color information

#00C1BA (or 0x00C1BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C1 and BA. RGB value is (0,193,186). Sum of RGB (Red+Green+Blue) = 0+193+186=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #00C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1BA is #FF3E45. Grayscale: #868686. Windows color (decimal): -16727622 or 12239104. OLE color: 12239104.

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

Color convert

RGB0193186-
CMYK100.040.24
HSL177.82º100%37.84%-
HSV(B)177.82º100%75.69%-
XYZ27.9341.6953.03-
YUV134.5157.0632.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=0%
G=50.92%
B=49.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0193186100.040.24177.8210037.84
Hex0C1BA640418b26426
Octal0301272144043026214446
Binary011000001101110101100100010011000101100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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