#05C6B6

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

Shades of Robin's Egg Blue #05C6B6

Tints of Robin's Egg Blue #05C6B6

Color information

#05C6B6 (or 0x05C6B6) is unknown color: approx Robin's Egg Blue. HEX triplet: 05, C6 and B6. RGB value is (5,198,182). Sum of RGB (Red+Green+Blue) = 5+198+182=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #05C6B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C6B6 is #FA3949. Grayscale: #8A8A8A. Windows color (decimal): -16398666 or 11978245. OLE color: 11978245.

HSL color Cylindrical-coordinate representation of color #05C6B6: hue angle of 175.03º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C6B6 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB5198182-
CMYK0.9700.080.22
HSL175.03º95.07%39.8%-
HSV(B)175.03º97.47%77.65%-
XYZ28.743.851.2-
YUV138.47152.5632.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.30%
GREEN value IS 198 (77.73% from 255) = 51.43%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=1.30%
G=51.43%
B=47.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51981820.9700.080.22175.0395.0739.8
Hex5C6B6610816af5f28
Octal53062661410102625713750
Binary101110001101011011011000010100010110101011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05C6B6; }

 p { color: rgb(5,198,182); }

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

<style>
 a { background-color: #05C6B6; }

 a { background-color: rgb(5,198,182); }

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

<style>
 span { border-color: #05C6B6; }

 span { border-color: rgb(5,198,182); }

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