Html Css Color HEX #089B89 Persian Green

📋 copy color: '#089B89'

red 8 ◦ green 155 ◦ blue 137

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

Shades of Persian Green #089B89

Tints of Persian Green #089B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.67%

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 2.67%
G = 51.67%
B = 45.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#089B89 (or 0x089B89) is known color: Persian Green. HEX triplet: 08, 9B and 89. RGB value is (8,155,137). Sum of RGB (Red+Green+Blue) = 8+155+137=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #089B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B89 is #F76476. Grayscale: #6C6C6C. Windows color (decimal): -16213111 or 9018120. OLE color: 9018120.

HSL color Cylindrical-coordinate representation of color #089B89: hue angle of 172.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B89 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 155 137 -
CMYK 0.95 0 0.12 0.39
HSL 172.65º 0.9% 0.32% -
HSV(B) 172.65º 0.95% 0.61% -
XYZ 16.34 25.3 27.69 -
YUV 109 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 8 155 137 0.95 0 0.12 0.39 172.65 0.9 0.32
Hex 8 9B 89 5F 0 C 27 AD 5A 20
Octal 10 233 211 137 0 14 47 255 132 40
Binary 1000 10011011 10001001 1011111 0 1100 100111 10101101 1011010 100000

Color Harmonies of #089B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B89

Black with #089B89

Text Example


Text Example

White with #089B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,155,137); }

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

background-color css

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

 a { background-color: rgb(8,155,137); }

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

border-color css

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

 span { border-color: rgb(8,155,137); }

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