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

📋 copy color: '#0CCAB9'

red 12 ◦ green 202 ◦ blue 185

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

Shades of Robin's Egg Blue #0CCAB9

Tints of Robin's Egg Blue #0CCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 3.01%
G = 50.63%
B = 46.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#0CCAB9 (or 0x0CCAB9) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and B9. RGB value is (12,202,185). Sum of RGB (Red+Green+Blue) = 12+202+185=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCAB9 is #F33546. Grayscale: #8F8F8F. Windows color (decimal): -15938887 or 12175884. OLE color: 12175884.

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

Color convert

RGB 12 202 185 -
CMYK 0.94 0 0.08 0.21
HSL 174.63º 0.89% 0.42% -
HSV(B) 174.63º 0.94% 0.79% -
XYZ 30.03 45.82 53.16 -
YUV 143.25 151.55 34.38 -
System Red Green Blue C M Y K H S L
Decimal 12 202 185 0.94 0 0.08 0.21 174.63 0.89 0.42
Hex C CA B9 5E 0 8 15 AF 59 2A
Octal 14 312 271 136 0 10 25 257 131 52
Binary 1100 11001010 10111001 1011110 0 1000 10101 10101111 1011001 101010

Color Harmonies of #0CCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAB9

Black with #0CCAB9

Text Example


Text Example

White with #0CCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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