#08AE8A

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

Shades of Persian Green #08AE8A

Tints of Persian Green #08AE8A

Color information

#08AE8A (or 0x08AE8A) is unknown color: approx Persian Green. HEX triplet: 08, AE and 8A. RGB value is (8,174,138). Sum of RGB (Red+Green+Blue) = 8+174+138=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #08AE8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AE8A is #F75175. Grayscale: #787878. Windows color (decimal): -16208246 or 9088520. OLE color: 9088520.

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

Color convert

RGB8174138-
CMYK0.9500.210.32
HSL166.99º91.21%35.69%-
HSV(B)166.99º95.4%68.24%-
XYZ19.8232.1629.21-
YUV120.2613847.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.5%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=2.5%
G=54.38%
B=43.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81741380.9500.210.32166.9991.2135.69
Hex8AE8A5F01520a75b24
Octal102562121370254024713344
Binary100010101110100010101011111010101100000101001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,174,138); }

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

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

 a { background-color: rgb(8,174,138); }

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

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

 span { border-color: rgb(8,174,138); }

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