Html Css Color HEX #08A097 Persian Green

📋 copy color: '#08A097'

red 8 ◦ green 160 ◦ blue 151

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

Shades of Persian Green #08A097

Tints of Persian Green #08A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 2.51%
G = 50.16%
B = 47.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#08A097 (or 0x08A097) is known color: Persian Green. HEX triplet: 08, A0 and 97. RGB value is (8,160,151). Sum of RGB (Red+Green+Blue) = 8+160+151=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #08A097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A097 is #F75F68. Grayscale: #717171. Windows color (decimal): -16211817 or 9936904. OLE color: 9936904.

HSL color Cylindrical-coordinate representation of color #08A097: hue angle of 176.45º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A097 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 160 151 -
CMYK 0.95 0 0.06 0.37
HSL 176.45º 0.9% 0.33% -
HSV(B) 176.45º 0.95% 0.63% -
XYZ 18.26 27.43 33.61 -
YUV 113.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 8 160 151 0.95 0 0.06 0.37 176.45 0.9 0.33
Hex 8 A0 97 5F 0 6 25 B0 5A 21
Octal 10 240 227 137 0 6 45 260 132 41
Binary 1000 10100000 10010111 1011111 0 110 100101 10110000 1011010 100001

Color Harmonies of #08A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A097

Black with #08A097

Text Example


Text Example

White with #08A097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,160,151); }

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

background-color css

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

 a { background-color: rgb(8,160,151); }

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

border-color css

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

 span { border-color: rgb(8,160,151); }

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