Html Css Color HEX #089F99 Persian Green

📋 copy color: '#089F99'

red 8 ◦ green 159 ◦ blue 153

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

Shades of Persian Green #089F99

Tints of Persian Green #089F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 2.5%
G = 49.69%
B = 47.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#089F99 (or 0x089F99) is known color: Persian Green. HEX triplet: 08, 9F and 99. RGB value is (8,159,153). Sum of RGB (Red+Green+Blue) = 8+159+153=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #089F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F99 is #F76066. Grayscale: #717171. Windows color (decimal): -16212071 or 10067720. OLE color: 10067720.

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

Color convert

RGB 8 159 153 -
CMYK 0.95 0 0.04 0.38
HSL 177.62º 0.9% 0.33% -
HSV(B) 177.62º 0.95% 0.62% -
XYZ 18.25 27.15 34.42 -
YUV 113.17 150.47 52.99 -
System Red Green Blue C M Y K H S L
Decimal 8 159 153 0.95 0 0.04 0.38 177.62 0.9 0.33
Hex 8 9F 99 5F 0 4 26 B2 5A 21
Octal 10 237 231 137 0 4 46 262 132 41
Binary 1000 10011111 10011001 1011111 0 100 100110 10110010 1011010 100001

Color Harmonies of #089F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089F99

Black with #089F99

Text Example


Text Example

White with #089F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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