Html Css Color HEX #08B59E Persian Green

📋 copy color: '#08B59E'

red 8 ◦ green 181 ◦ blue 158

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

Shades of Persian Green #08B59E

Tints of Persian Green #08B59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.16%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 2.31%
G = 52.16%
B = 45.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#08B59E (or 0x08B59E) is known color: Persian Green. HEX triplet: 08, B5 and 9E. RGB value is (8,181,158). Sum of RGB (Red+Green+Blue) = 8+181+158=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #08B59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B59E is #F74A61. Grayscale: #7E7E7E. Windows color (decimal): -16206434 or 10401032. OLE color: 10401032.

HSL color Cylindrical-coordinate representation of color #08B59E: hue angle of 172.02º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B59E is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 181 158 -
CMYK 0.96 0 0.13 0.29
HSL 172.02º 0.92% 0.37% -
HSV(B) 172.02º 0.96% 0.71% -
XYZ 22.8 35.57 38.01 -
YUV 126.65 145.69 43.37 -
System Red Green Blue C M Y K H S L
Decimal 8 181 158 0.96 0 0.13 0.29 172.02 0.92 0.37
Hex 8 B5 9E 60 0 D 1D AC 5C 25
Octal 10 265 236 140 0 15 35 254 134 45
Binary 1000 10110101 10011110 1100000 0 1101 11101 10101100 1011100 100101

Color Harmonies of #08B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B59E

Black with #08B59E

Text Example


Text Example

White with #08B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,181,158); }

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

background-color css

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

 a { background-color: rgb(8,181,158); }

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

border-color css

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

 span { border-color: rgb(8,181,158); }

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