Html Css Color HEX #0CCAC0 Robin's Egg Blue

📋 copy color: '#0CCAC0'

red 12 ◦ green 202 ◦ blue 192

#0CCAC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0CCAC0

Tints of Robin's Egg Blue #0CCAC0

RGB

 RED value IS 12 (5.08% from 255) = 2.96%

 GREEN value IS 202 (79.3% from 255) = 49.75%

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 2.96%
G = 49.75%
B = 47.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#0CCAC0 (or 0x0CCAC0) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and C0. RGB value is (12,202,192). Sum of RGB (Red+Green+Blue) = 12+202+192=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCAC0 is #F3353F. Grayscale: #8F8F8F. Windows color (decimal): -15938880 or 12634636. OLE color: 12634636.

HSL color Cylindrical-coordinate representation of color #0CCAC0: hue angle of 176.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCAC0 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 192 -
CMYK 0.94 0 0.05 0.21
HSL 176.84º 0.89% 0.42% -
HSV(B) 176.84º 0.94% 0.79% -
XYZ 30.79 46.13 57.15 -
YUV 144.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 12 202 192 0.94 0 0.05 0.21 176.84 0.89 0.42
Hex C CA C0 5E 0 5 15 B1 59 2A
Octal 14 312 300 136 0 5 25 261 131 52
Binary 1100 11001010 11000000 1011110 0 101 10101 10110001 1011001 101010

Color Harmonies of #0CCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAC0

Black with #0CCAC0

Text Example


Text Example

White with #0CCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,192); }

 H1.HeaderClassName
 {
   color: #0CCAC0;
 }
 .AnyTagClassName
 {
   color: #0CCAC0;
 }
</style>

background-color css

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

 a { background-color: rgb(12,202,192); }

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

border-color css

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

 span { border-color: rgb(12,202,192); }

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