Html Css Color HEX #08AB9A Persian Green

📋 copy color: '#08AB9A'

red 8 ◦ green 171 ◦ blue 154

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

Shades of Persian Green #08AB9A

Tints of Persian Green #08AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

 BLUE value IS 154 (60.55% from 255) = 46.25%

R = 2.4%
G = 51.35%
B = 46.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#08AB9A (or 0x08AB9A) is known color: Persian Green. HEX triplet: 08, AB and 9A. RGB value is (8,171,154). Sum of RGB (Red+Green+Blue) = 8+171+154=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AB9A is #F75465. Grayscale: #787878. Windows color (decimal): -16208998 or 10136328. OLE color: 10136328.

HSL color Cylindrical-coordinate representation of color #08AB9A: hue angle of 173.74º 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 #08AB9A is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 171 154 -
CMYK 0.95 0 0.10 0.33
HSL 173.74º 0.91% 0.35% -
HSV(B) 173.74º 0.95% 0.67% -
XYZ 20.5 31.51 35.57 -
YUV 120.33 147 47.88 -
System Red Green Blue C M Y K H S L
Decimal 8 171 154 0.95 0 0.10 0.33 173.74 0.91 0.35
Hex 8 AB 9A 5F 0 A 21 AE 5B 23
Octal 10 253 232 137 0 12 41 256 133 43
Binary 1000 10101011 10011010 1011111 0 1010 100001 10101110 1011011 100011

Color Harmonies of #08AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AB9A

Black with #08AB9A

Text Example


Text Example

White with #08AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,171,154); }

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

background-color css

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

 a { background-color: rgb(8,171,154); }

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

border-color css

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

 span { border-color: rgb(8,171,154); }

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