Html Css Color HEX #089B88 Persian Green

📋 copy color: '#089B88'

red 8 ◦ green 155 ◦ blue 136

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

Shades of Persian Green #089B88

Tints of Persian Green #089B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 2.68%
G = 51.84%
B = 45.48%

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

#089B88 (or 0x089B88) is known color: Persian Green. HEX triplet: 08, 9B and 88. RGB value is (8,155,136). Sum of RGB (Red+Green+Blue) = 8+155+136=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #089B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B88 is #F76477. Grayscale: #6C6C6C. Windows color (decimal): -16213112 or 8952584. OLE color: 8952584.

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

Color convert

RGB 8 155 136 -
CMYK 0.95 0 0.12 0.39
HSL 172.24º 0.9% 0.32% -
HSV(B) 172.24º 0.95% 0.61% -
XYZ 16.27 25.27 27.31 -
YUV 108.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 8 155 136 0.95 0 0.12 0.39 172.24 0.9 0.32
Hex 8 9B 88 5F 0 C 27 AC 5A 20
Octal 10 233 210 137 0 14 47 254 132 40
Binary 1000 10011011 10001000 1011111 0 1100 100111 10101100 1011010 100000

Color Harmonies of #089B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B88

Black with #089B88

Text Example


Text Example

White with #089B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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