Html Css Color HEX #0AAC88 Persian Green

📋 copy color: '#0AAC88'

red 10 ◦ green 172 ◦ blue 136

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

Shades of Persian Green #0AAC88

Tints of Persian Green #0AAC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 3.14%
G = 54.09%
B = 42.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#0AAC88 (or 0x0AAC88) is known color: Persian Green. HEX triplet: 0A, AC and 88. RGB value is (10,172,136). Sum of RGB (Red+Green+Blue) = 10+172+136=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC88 is #F55377. Grayscale: #777777. Windows color (decimal): -16077688 or 8956938. OLE color: 8956938.

HSL color Cylindrical-coordinate representation of color #0AAC88: hue angle of 166.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC88 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 172 136 -
CMYK 0.94 0 0.21 0.33
HSL 166.67º 0.89% 0.36% -
HSV(B) 166.67º 0.94% 0.67% -
XYZ 19.32 31.35 28.32 -
YUV 119.46 137.33 49.93 -
System Red Green Blue C M Y K H S L
Decimal 10 172 136 0.94 0 0.21 0.33 166.67 0.89 0.36
Hex A AC 88 5E 0 15 21 A7 59 24
Octal 12 254 210 136 0 25 41 247 131 44
Binary 1010 10101100 10001000 1011110 0 10101 100001 10100111 1011001 100100

Color Harmonies of #0AAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC88

Black with #0AAC88

Text Example


Text Example

White with #0AAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,136); }

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

background-color css

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

 a { background-color: rgb(10,172,136); }

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

border-color css

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

 span { border-color: rgb(10,172,136); }

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