Html Css Color HEX #089F98 Persian Green

📋 copy color: '#089F98'

red 8 ◦ green 159 ◦ blue 152

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

Shades of Persian Green #089F98

Tints of Persian Green #089F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 2.51%
G = 49.84%
B = 47.65%

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

#089F98 (or 0x089F98) is known color: Persian Green. HEX triplet: 08, 9F and 98. RGB value is (8,159,152). Sum of RGB (Red+Green+Blue) = 8+159+152=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #089F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F98 is #F76067. Grayscale: #707070. Windows color (decimal): -16212072 or 10002184. OLE color: 10002184.

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

Color convert

RGB 8 159 152 -
CMYK 0.95 0 0.04 0.38
HSL 177.22º 0.9% 0.33% -
HSV(B) 177.22º 0.95% 0.62% -
XYZ 18.17 27.11 33.98 -
YUV 113.05 149.97 53.07 -
System Red Green Blue C M Y K H S L
Decimal 8 159 152 0.95 0 0.04 0.38 177.22 0.9 0.33
Hex 8 9F 98 5F 0 4 26 B1 5A 21
Octal 10 237 230 137 0 4 46 261 132 41
Binary 1000 10011111 10011000 1011111 0 100 100110 10110001 1011010 100001

Color Harmonies of #089F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089F98

Black with #089F98

Text Example


Text Example

White with #089F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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