Html Css Color HEX #089F9E Persian Green

📋 copy color: '#089F9E'

red 8 ◦ green 159 ◦ blue 158

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

Shades of Persian Green #089F9E

Tints of Persian Green #089F9E

RGB

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

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

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

R = 2.46%
G = 48.92%
B = 48.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#089F9E (or 0x089F9E) is known color: Persian Green. HEX triplet: 08, 9F and 9E. RGB value is (8,159,158). Sum of RGB (Red+Green+Blue) = 8+159+158=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #089F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F9E is #F76061. Grayscale: #717171. Windows color (decimal): -16212066 or 10395400. OLE color: 10395400.

HSL color Cylindrical-coordinate representation of color #089F9E: hue angle of 179.6º 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 #089F9E is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 159 158 -
CMYK 0.95 0 0.01 0.38
HSL 179.6º 0.9% 0.33% -
HSV(B) 179.6º 0.95% 0.62% -
XYZ 18.67 27.32 36.64 -
YUV 113.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 8 159 158 0.95 0 0.01 0.38 179.6 0.9 0.33
Hex 8 9F 9E 5F 0 1 26 B4 5A 21
Octal 10 237 236 137 0 1 46 264 132 41
Binary 1000 10011111 10011110 1011111 0 1 100110 10110100 1011010 100001

Color Harmonies of #089F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089F9E

Black with #089F9E

Text Example


Text Example

White with #089F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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