Html Css Color HEX #08A49A Persian Green

📋 copy color: '#08A49A'

red 8 ◦ green 164 ◦ blue 154

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

Shades of Persian Green #08A49A

Tints of Persian Green #08A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

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

R = 2.45%
G = 50.31%
B = 47.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#08A49A (or 0x08A49A) is known color: Persian Green. HEX triplet: 08, A4 and 9A. RGB value is (8,164,154). Sum of RGB (Red+Green+Blue) = 8+164+154=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #08A49A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A49A is #F75B65. Grayscale: #747474. Windows color (decimal): -16210790 or 10134536. OLE color: 10134536.

HSL color Cylindrical-coordinate representation of color #08A49A: hue angle of 176.15º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A49A is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 164 154 -
CMYK 0.95 0 0.06 0.36
HSL 176.15º 0.91% 0.34% -
HSV(B) 176.15º 0.95% 0.64% -
XYZ 19.21 28.94 35.14 -
YUV 116.22 149.32 50.81 -
System Red Green Blue C M Y K H S L
Decimal 8 164 154 0.95 0 0.06 0.36 176.15 0.91 0.34
Hex 8 A4 9A 5F 0 6 24 B0 5B 22
Octal 10 244 232 137 0 6 44 260 133 42
Binary 1000 10100100 10011010 1011111 0 110 100100 10110000 1011011 100010

Color Harmonies of #08A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A49A

Black with #08A49A

Text Example


Text Example

White with #08A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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