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

📋 copy color: '#0CCACB'

red 12 ◦ green 202 ◦ blue 203

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

Shades of Robin's Egg Blue #0CCACB

Tints of Robin's Egg Blue #0CCACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 2.88%
G = 48.44%
B = 48.68%

CMYK

 C value IS 0.94

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0CCACB (or 0x0CCACB) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and CB. RGB value is (12,202,203). Sum of RGB (Red+Green+Blue) = 12+202+203=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #0CCACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCACB is #F33534. Grayscale: #919191. Windows color (decimal): -15938869 or 13355532. OLE color: 13355532.

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

Color convert

RGB 12 202 203 -
CMYK 0.94 0.00 0 0.20
HSL 180.31º 0.89% 0.42% -
HSV(B) 180.31º 0.94% 0.8% -
XYZ 32.05 46.63 63.81 -
YUV 145.3 160.55 32.92 -
System Red Green Blue C M Y K H S L
Decimal 12 202 203 0.94 0.00 0 0.20 180.31 0.89 0.42
Hex C CA CB 5E 0 0 14 B4 59 2A
Octal 14 312 313 136 0 0 24 264 131 52
Binary 1100 11001010 11001011 1011110 0 0 10100 10110100 1011001 101010

Color Harmonies of #0CCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCACB

Black with #0CCACB

Text Example


Text Example

White with #0CCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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