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

📋 copy color: '#0AC6BE'

red 10 ◦ green 198 ◦ blue 190

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

Shades of Robin's Egg Blue #0AC6BE

Tints of Robin's Egg Blue #0AC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.75%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 2.51%
G = 49.75%
B = 47.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#0AC6BE (or 0x0AC6BE) is known color: Robin's Egg Blue. HEX triplet: 0A, C6 and BE. RGB value is (10,198,190). Sum of RGB (Red+Green+Blue) = 10+198+190=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC6BE is #F53941. Grayscale: #8C8C8C. Windows color (decimal): -16070978 or 12502538. OLE color: 12502538.

HSL color Cylindrical-coordinate representation of color #0AC6BE: hue angle of 177.45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC6BE is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 198 190 -
CMYK 0.95 0 0.04 0.22
HSL 177.45º 0.9% 0.41% -
HSV(B) 177.45º 0.95% 0.78% -
XYZ 29.61 44.17 55.68 -
YUV 140.88 155.72 34.65 -
System Red Green Blue C M Y K H S L
Decimal 10 198 190 0.95 0 0.04 0.22 177.45 0.9 0.41
Hex A C6 BE 5F 0 4 16 B1 5A 29
Octal 12 306 276 137 0 4 26 261 132 51
Binary 1010 11000110 10111110 1011111 0 100 10110 10110001 1011010 101001

Color Harmonies of #0AC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC6BE

Black with #0AC6BE

Text Example


Text Example

White with #0AC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,198,190); }

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

background-color css

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

 a { background-color: rgb(10,198,190); }

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

border-color css

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

 span { border-color: rgb(10,198,190); }

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