Html Css Color HEX #0AC0B5 Iris Blue

📋 copy color: '#0AC0B5'

red 10 ◦ green 192 ◦ blue 181

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

Shades of Iris Blue #0AC0B5

Tints of Iris Blue #0AC0B5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 2.61%
G = 50.13%
B = 47.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#0AC0B5 (or 0x0AC0B5) is known color: Iris Blue. HEX triplet: 0A, C0 and B5. RGB value is (10,192,181). Sum of RGB (Red+Green+Blue) = 10+192+181=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC0B5 is #F53F4A. Grayscale: #888888. Windows color (decimal): -16072523 or 11911178. OLE color: 11911178.

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

Color convert

RGB 10 192 181 -
CMYK 0.95 0 0.06 0.25
HSL 176.37º 0.9% 0.4% -
HSV(B) 176.37º 0.95% 0.75% -
XYZ 27.32 41.1 50.21 -
YUV 136.33 153.2 37.89 -
System Red Green Blue C M Y K H S L
Decimal 10 192 181 0.95 0 0.06 0.25 176.37 0.9 0.4
Hex A C0 B5 5F 0 6 19 B0 5A 28
Octal 12 300 265 137 0 6 31 260 132 50
Binary 1010 11000000 10110101 1011111 0 110 11001 10110000 1011010 101000

Color Harmonies of #0AC0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC0B5

Black with #0AC0B5

Text Example


Text Example

White with #0AC0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,181); }

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

background-color css

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

 a { background-color: rgb(10,192,181); }

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

border-color css

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

 span { border-color: rgb(10,192,181); }

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