Html Css Color HEX #089B87 Persian Green

📋 copy color: '#089B87'

red 8 ◦ green 155 ◦ blue 135

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

Shades of Persian Green #089B87

Tints of Persian Green #089B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.3%

R = 2.68%
G = 52.01%
B = 45.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#089B87 (or 0x089B87) is known color: Persian Green. HEX triplet: 08, 9B and 87. RGB value is (8,155,135). Sum of RGB (Red+Green+Blue) = 8+155+135=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #089B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B87 is #F76478. Grayscale: #6C6C6C. Windows color (decimal): -16213113 or 8887048. OLE color: 8887048.

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

Color convert

RGB 8 155 135 -
CMYK 0.95 0 0.13 0.39
HSL 171.84º 0.9% 0.32% -
HSV(B) 171.84º 0.95% 0.61% -
XYZ 16.19 25.24 26.94 -
YUV 108.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 8 155 135 0.95 0 0.13 0.39 171.84 0.9 0.32
Hex 8 9B 87 5F 0 D 27 AC 5A 20
Octal 10 233 207 137 0 15 47 254 132 40
Binary 1000 10011011 10000111 1011111 0 1101 100111 10101100 1011010 100000

Color Harmonies of #089B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B87

Black with #089B87

Text Example


Text Example

White with #089B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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