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

📋 copy color: '#0AC2B6'

red 10 ◦ green 194 ◦ blue 182

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

Shades of Robin's Egg Blue #0AC2B6

Tints of Robin's Egg Blue #0AC2B6

RGB

 RED value IS 10 (4.3% from 255) = 2.59%

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 2.59%
G = 50.26%
B = 47.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#0AC2B6 (or 0x0AC2B6) is known color: Robin's Egg Blue. HEX triplet: 0A, C2 and B6. RGB value is (10,194,182). Sum of RGB (Red+Green+Blue) = 10+194+182=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC2B6 is #F53D49. Grayscale: #898989. Windows color (decimal): -16072010 or 11977226. OLE color: 11977226.

HSL color Cylindrical-coordinate representation of color #0AC2B6: hue angle of 176.09º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC2B6 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 194 182 -
CMYK 0.95 0 0.06 0.24
HSL 176.09º 0.9% 0.4% -
HSV(B) 176.09º 0.95% 0.76% -
XYZ 27.86 42.03 50.9 -
YUV 137.62 153.04 36.98 -
System Red Green Blue C M Y K H S L
Decimal 10 194 182 0.95 0 0.06 0.24 176.09 0.9 0.4
Hex A C2 B6 5F 0 6 18 B0 5A 28
Octal 12 302 266 137 0 6 30 260 132 50
Binary 1010 11000010 10110110 1011111 0 110 11000 10110000 1011010 101000

Color Harmonies of #0AC2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC2B6

Black with #0AC2B6

Text Example


Text Example

White with #0AC2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,194,182); }

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

background-color css

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

 a { background-color: rgb(10,194,182); }

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

border-color css

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

 span { border-color: rgb(10,194,182); }

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