Html Css Color HEX #08AA8B Persian Green

📋 copy color: '#08AA8B'

red 8 ◦ green 170 ◦ blue 139

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

Shades of Persian Green #08AA8B

Tints of Persian Green #08AA8B

RGB

 RED value IS 8 (3.52% from 255) = 2.52%

 GREEN value IS 170 (66.8% from 255) = 53.63%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 2.52%
G = 53.63%
B = 43.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#08AA8B (or 0x08AA8B) is known color: Persian Green. HEX triplet: 08, AA and 8B. RGB value is (8,170,139). Sum of RGB (Red+Green+Blue) = 8+170+139=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AA8B is #F75574. Grayscale: #757575. Windows color (decimal): -16209269 or 9153032. OLE color: 9153032.

HSL color Cylindrical-coordinate representation of color #08AA8B: hue angle of 168.52º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AA8B is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 139 -
CMYK 0.95 0 0.18 0.33
HSL 168.52º 0.91% 0.35% -
HSV(B) 168.52º 0.95% 0.67% -
XYZ 19.14 30.67 29.34 -
YUV 118.03 139.83 49.52 -
System Red Green Blue C M Y K H S L
Decimal 8 170 139 0.95 0 0.18 0.33 168.52 0.91 0.35
Hex 8 AA 8B 5F 0 12 21 A9 5B 23
Octal 10 252 213 137 0 22 41 251 133 43
Binary 1000 10101010 10001011 1011111 0 10010 100001 10101001 1011011 100011

Color Harmonies of #08AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA8B

Black with #08AA8B

Text Example


Text Example

White with #08AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AA8B; }

 p { color: rgb(8,170,139); }

 H1.HeaderClassName
 {
   color: #08AA8B;
 }
 .AnyTagClassName
 {
   color: #08AA8B;
 }
</style>

background-color css

<style>
 a { background-color: #08AA8B; }

 a { background-color: rgb(8,170,139); }

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

border-color css

<style>
 span { border-color: #08AA8B; }

 span { border-color: rgb(8,170,139); }

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