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

📋 copy color: '#0CC2CA'

red 12 ◦ green 194 ◦ blue 202

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

Shades of Robin's Egg Blue #0CC2CA

Tints of Robin's Egg Blue #0CC2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.55%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 2.94%
G = 47.55%
B = 49.51%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0CC2CA (or 0x0CC2CA) is known color: Robin's Egg Blue. HEX triplet: 0C, C2 and CA. RGB value is (12,194,202). Sum of RGB (Red+Green+Blue) = 12+194+202=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CC2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2CA is #F33D35. Grayscale: #8C8C8C. Windows color (decimal): -15940918 or 13287948. OLE color: 13287948.

HSL color Cylindrical-coordinate representation of color #0CC2CA: hue angle of 182.53º 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 #0CC2CA is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 194 202 -
CMYK 0.94 0.04 0 0.21
HSL 182.53º 0.89% 0.42% -
HSV(B) 182.53º 0.94% 0.79% -
XYZ 30.1 42.93 62.58 -
YUV 140.49 162.7 36.35 -
System Red Green Blue C M Y K H S L
Decimal 12 194 202 0.94 0.04 0 0.21 182.53 0.89 0.42
Hex C C2 CA 5E 4 0 15 B7 59 2A
Octal 14 302 312 136 4 0 25 267 131 52
Binary 1100 11000010 11001010 1011110 100 0 10101 10110111 1011001 101010

Color Harmonies of #0CC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC2CA

Black with #0CC2CA

Text Example


Text Example

White with #0CC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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