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

📋 copy color: '#0CCAB4'

red 12 ◦ green 202 ◦ blue 180

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

Shades of Robin's Egg Blue #0CCAB4

Tints of Robin's Egg Blue #0CCAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 3.05%
G = 51.27%
B = 45.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#0CCAB4 (or 0x0CCAB4) is known color: Robin's Egg Blue. HEX triplet: 0C, CA and B4. RGB value is (12,202,180). Sum of RGB (Red+Green+Blue) = 12+202+180=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCAB4 is #F3354B. Grayscale: #8E8E8E. Windows color (decimal): -15938892 or 11848204. OLE color: 11848204.

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

Color convert

RGB 12 202 180 -
CMYK 0.94 0 0.11 0.21
HSL 173.05º 0.89% 0.42% -
HSV(B) 173.05º 0.94% 0.79% -
XYZ 29.51 45.61 50.43 -
YUV 142.68 149.05 34.79 -
System Red Green Blue C M Y K H S L
Decimal 12 202 180 0.94 0 0.11 0.21 173.05 0.89 0.42
Hex C CA B4 5E 0 B 15 AD 59 2A
Octal 14 312 264 136 0 13 25 255 131 52
Binary 1100 11001010 10110100 1011110 0 1011 10101 10101101 1011001 101010

Color Harmonies of #0CCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAB4

Black with #0CCAB4

Text Example


Text Example

White with #0CCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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