#0CDAC6

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

Shades of Robin's Egg Blue #0CDAC6

Tints of Robin's Egg Blue #0CDAC6

Color information

#0CDAC6 (or 0x0CDAC6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, DA and C6. RGB value is (12,218,198). Sum of RGB (Red+Green+Blue) = 12+218+198=428 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.80% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDAC6 is #F32539. Grayscale: #9A9A9A. Windows color (decimal): -15934778 or 13031948. OLE color: 13031948.

HSL color Cylindrical-coordinate representation of color #0CDAC6: hue angle of 174.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDAC6 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB12218198-
CMYK0.9400.090.15
HSL174.17º89.57%45.1%-
HSV(B)174.17º94.5%85.49%-
XYZ35.4254.362.04-
YUV154.13152.7526.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.80%
GREEN value IS 218 (85.55% from 255) = 50.93%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=2.80%
G=50.93%
B=46.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122181980.9400.090.15174.1789.5745.1
HexCDAC65E09Fae5a2d
Octal143323061360111725613255
Binary110011011010110001101011110010011111101011101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CDAC6; }

 p { color: rgb(12,218,198); }

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

<style>
 a { background-color: #0CDAC6; }

 a { background-color: rgb(12,218,198); }

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

<style>
 span { border-color: #0CDAC6; }

 span { border-color: rgb(12,218,198); }

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