#00C3B4

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

Shades of Robin's Egg Blue #00C3B4

Tints of Robin's Egg Blue #00C3B4

Color information

#00C3B4 (or 0x00C3B4) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, C3 and B4. RGB value is (0,195,180). Sum of RGB (Red+Green+Blue) = 0+195+180=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #00C3B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C3B4 is #FF3C4B. Grayscale: #868686. Windows color (decimal): -16727116 or 11846400. OLE color: 11846400.

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

Color convert

RGB0195180-
CMYK100.080.24
HSL175.38º100%38.24%-
HSV(B)175.38º100%76.47%-
XYZ27.7542.3349.89-
YUV134.98153.431.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 52%
BLUE value IS 180 (70.70% from 255) = 48%
R=0%
G=52%
B=48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0195180100.080.24175.3810038.24
Hex0C3B4640818af6426
Octal03032641440103025714446
Binary0110000111011010011001000100011000101011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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