#08A59A

Color #08A59A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #08A59A

Tints of Persian Green #08A59A

Color information

#08A59A (or 0x08A59A) is unknown color: approx Persian Green. HEX triplet: 08, A5 and 9A. RGB value is (8,165,154). Sum of RGB (Red+Green+Blue) = 8+165+154=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #08A59A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A59A is #F75A65. Grayscale: #747474. Windows color (decimal): -16210534 or 10134792. OLE color: 10134792.

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

Color convert

RGB8165154-
CMYK0.9500.070.35
HSL175.8º90.75%33.92%-
HSV(B)175.8º95.15%64.71%-
XYZ19.3929.2935.2-
YUV116.8148.9950.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.45%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=2.45%
G=50.46%
B=47.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81651540.9500.070.35175.890.7533.92
Hex8A59A5F0723b05b22
Octal10245232137074326013342
Binary1000101001011001101010111110111100011101100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08A59A;
 }
 .AnyTagClassName
 {
   color: #08A59A;
 }
</style>
background-color css

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

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

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

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

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

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