#00C1B4

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

Shades of Robin's Egg Blue #00C1B4

Tints of Robin's Egg Blue #00C1B4

Color information

#00C1B4 (or 0x00C1B4) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C1 and B4. RGB value is (0,193,180). Sum of RGB (Red+Green+Blue) = 0+193+180=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #00C1B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1B4 is #FF3E4B. Grayscale: #858585. Windows color (decimal): -16727628 or 11845888. OLE color: 11845888.

HSL color Cylindrical-coordinate representation of color #00C1B4: hue angle of 175.96º 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 #00C1B4 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB0193180-
CMYK100.070.24
HSL175.96º100%37.84%-
HSV(B)175.96º100%75.69%-
XYZ27.3141.4449.74-
YUV133.81154.0632.56-

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) = 51.74%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=0%
G=51.74%
B=48.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0193180100.070.24175.9610037.84
Hex0C1B4640718b06426
Octal0301264144073026014446
Binary011000001101101001100100011111000101100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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