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

📋 copy color: '#0AC2BB'

red 10 ◦ green 194 ◦ blue 187

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

Shades of Robin's Egg Blue #0AC2BB

Tints of Robin's Egg Blue #0AC2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 2.56%
G = 49.62%
B = 47.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#0AC2BB (or 0x0AC2BB) is known color: Robin's Egg Blue. HEX triplet: 0A, C2 and BB. RGB value is (10,194,187). Sum of RGB (Red+Green+Blue) = 10+194+187=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC2BB is #F53D44. Grayscale: #8A8A8A. Windows color (decimal): -16072005 or 12304906. OLE color: 12304906.

HSL color Cylindrical-coordinate representation of color #0AC2BB: hue angle of 177.72º 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 #0AC2BB is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 194 187 -
CMYK 0.95 0 0.04 0.24
HSL 177.72º 0.9% 0.4% -
HSV(B) 177.72º 0.95% 0.76% -
XYZ 28.39 42.24 53.67 -
YUV 138.19 155.54 36.57 -
System Red Green Blue C M Y K H S L
Decimal 10 194 187 0.95 0 0.04 0.24 177.72 0.9 0.4
Hex A C2 BB 5F 0 4 18 B2 5A 28
Octal 12 302 273 137 0 4 30 262 132 50
Binary 1010 11000010 10111011 1011111 0 100 11000 10110010 1011010 101000

Color Harmonies of #0AC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC2BB

Black with #0AC2BB

Text Example


Text Example

White with #0AC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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