Html Css Color HEX #089897 Persian Green

📋 copy color: '#089897'

red 8 ◦ green 152 ◦ blue 151

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

Shades of Persian Green #089897

Tints of Persian Green #089897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.87%

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

R = 2.57%
G = 48.87%
B = 48.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#089897 (or 0x089897) is known color: Persian Green. HEX triplet: 08, 98 and 97. RGB value is (8,152,151). Sum of RGB (Red+Green+Blue) = 8+152+151=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #089897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089897 is #F76768. Grayscale: #6C6C6C. Windows color (decimal): -16213865 or 9934856. OLE color: 9934856.

HSL color Cylindrical-coordinate representation of color #089897: hue angle of 179.58º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089897 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 151 -
CMYK 0.95 0 0.01 0.40
HSL 179.58º 0.9% 0.31% -
HSV(B) 179.58º 0.95% 0.6% -
XYZ 16.91 24.74 33.16 -
YUV 108.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 8 152 151 0.95 0 0.01 0.40 179.58 0.9 0.31
Hex 8 98 97 5F 0 1 28 B4 5A 1F
Octal 10 230 227 137 0 1 50 264 132 37
Binary 1000 10011000 10010111 1011111 0 1 101000 10110100 1011010 11111

Color Harmonies of #089897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089897

Black with #089897

Text Example


Text Example

White with #089897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089897; }

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

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

background-color css

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

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

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

border-color css

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

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

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