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

📋 copy color: '#0CCCBA'

red 12 ◦ green 204 ◦ blue 186

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

Shades of Robin's Egg Blue #0CCCBA

Tints of Robin's Egg Blue #0CCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.75%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 2.99%
G = 50.75%
B = 46.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#0CCCBA (or 0x0CCCBA) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and BA. RGB value is (12,204,186). Sum of RGB (Red+Green+Blue) = 12+204+186=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCBA is #F33345. Grayscale: #909090. Windows color (decimal): -15938374 or 12241932. OLE color: 12241932.

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

Color convert

RGB 12 204 186 -
CMYK 0.94 0 0.09 0.2
HSL 174.38º 0.89% 0.42% -
HSV(B) 174.38º 0.94% 0.8% -
XYZ 30.61 46.81 53.88 -
YUV 144.54 151.39 33.46 -
System Red Green Blue C M Y K H S L
Decimal 12 204 186 0.94 0 0.09 0.2 174.38 0.89 0.42
Hex C CC BA 5E 0 9 14 AE 59 2A
Octal 14 314 272 136 0 11 24 256 131 52
Binary 1100 11001100 10111010 1011110 0 1001 10100 10101110 1011001 101010

Color Harmonies of #0CCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCBA

Black with #0CCCBA

Text Example


Text Example

White with #0CCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,186); }

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

background-color css

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

 a { background-color: rgb(12,204,186); }

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

border-color css

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

 span { border-color: rgb(12,204,186); }

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