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

📋 copy color: '#0CCBC2'

red 12 ◦ green 203 ◦ blue 194

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

Shades of Robin's Egg Blue #0CCBC2

Tints of Robin's Egg Blue #0CCBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.63%

 BLUE value IS 194 (76.17% from 255) = 47.43%

R = 2.93%
G = 49.63%
B = 47.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#0CCBC2 (or 0x0CCBC2) is known color: Robin's Egg Blue. HEX triplet: 0C, CB and C2. RGB value is (12,203,194). Sum of RGB (Red+Green+Blue) = 12+203+194=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBC2 is #F3343D. Grayscale: #909090. Windows color (decimal): -15938622 or 12765964. OLE color: 12765964.

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

Color convert

RGB 12 203 194 -
CMYK 0.94 0 0.04 0.20
HSL 177.17º 0.89% 0.42% -
HSV(B) 177.17º 0.94% 0.8% -
XYZ 31.25 46.69 58.4 -
YUV 144.87 155.72 33.23 -
System Red Green Blue C M Y K H S L
Decimal 12 203 194 0.94 0 0.04 0.20 177.17 0.89 0.42
Hex C CB C2 5E 0 4 14 B1 59 2A
Octal 14 313 302 136 0 4 24 261 131 52
Binary 1100 11001011 11000010 1011110 0 100 10100 10110001 1011001 101010

Color Harmonies of #0CCBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBC2

Black with #0CCBC2

Text Example


Text Example

White with #0CCBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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