Html Css Color HEX #089F8E Persian Green

📋 copy color: '#089F8E'

red 8 ◦ green 159 ◦ blue 142

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

Shades of Persian Green #089F8E

Tints of Persian Green #089F8E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.46%

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 2.59%
G = 51.46%
B = 45.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#089F8E (or 0x089F8E) is known color: Persian Green. HEX triplet: 08, 9F and 8E. RGB value is (8,159,142). Sum of RGB (Red+Green+Blue) = 8+159+142=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #089F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F8E is #F76071. Grayscale: #6F6F6F. Windows color (decimal): -16212082 or 9346824. OLE color: 9346824.

HSL color Cylindrical-coordinate representation of color #089F8E: hue angle of 173.25º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F8E is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 159 142 -
CMYK 0.95 0 0.11 0.38
HSL 173.25º 0.9% 0.33% -
HSV(B) 173.25º 0.95% 0.62% -
XYZ 17.38 26.8 29.85 -
YUV 111.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 8 159 142 0.95 0 0.11 0.38 173.25 0.9 0.33
Hex 8 9F 8E 5F 0 B 26 AD 5A 21
Octal 10 237 216 137 0 13 46 255 132 41
Binary 1000 10011111 10001110 1011111 0 1011 100110 10101101 1011010 100001

Color Harmonies of #089F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089F8E

Black with #089F8E

Text Example


Text Example

White with #089F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089F8E; }

 p { color: rgb(8,159,142); }

 H1.HeaderClassName
 {
   color: #089F8E;
 }
 .AnyTagClassName
 {
   color: #089F8E;
 }
</style>

background-color css

<style>
 a { background-color: #089F8E; }

 a { background-color: rgb(8,159,142); }

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

border-color css

<style>
 span { border-color: #089F8E; }

 span { border-color: rgb(8,159,142); }

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