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

📋 copy color: '#0AC5BF'

red 10 ◦ green 197 ◦ blue 191

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

Shades of Robin's Egg Blue #0AC5BF

Tints of Robin's Egg Blue #0AC5BF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.5%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 2.51%
G = 49.5%
B = 47.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#0AC5BF (or 0x0AC5BF) is known color: Robin's Egg Blue. HEX triplet: 0A, C5 and BF. RGB value is (10,197,191). Sum of RGB (Red+Green+Blue) = 10+197+191=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC5BF is #F53A40. Grayscale: #8C8C8C. Windows color (decimal): -16071233 or 12567818. OLE color: 12567818.

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

Color convert

RGB 10 197 191 -
CMYK 0.95 0 0.03 0.23
HSL 178.07º 0.9% 0.41% -
HSV(B) 178.07º 0.95% 0.77% -
XYZ 29.5 43.76 56.18 -
YUV 140.4 156.55 34.99 -
System Red Green Blue C M Y K H S L
Decimal 10 197 191 0.95 0 0.03 0.23 178.07 0.9 0.41
Hex A C5 BF 5F 0 3 17 B2 5A 29
Octal 12 305 277 137 0 3 27 262 132 51
Binary 1010 11000101 10111111 1011111 0 11 10111 10110010 1011010 101001

Color Harmonies of #0AC5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC5BF

Black with #0AC5BF

Text Example


Text Example

White with #0AC5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,197,191); }

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

background-color css

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

 a { background-color: rgb(10,197,191); }

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

border-color css

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

 span { border-color: rgb(10,197,191); }

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