Html Css Color HEX #089988 Persian Green

📋 copy color: '#089988'

red 8 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #089988

Tints of Persian Green #089988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

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

R = 2.69%
G = 51.52%
B = 45.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#089988 (or 0x089988) is known color: Persian Green. HEX triplet: 08, 99 and 88. RGB value is (8,153,136). Sum of RGB (Red+Green+Blue) = 8+153+136=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #089988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089988 is #F76677. Grayscale: #6B6B6B. Windows color (decimal): -16213624 or 8952072. OLE color: 8952072.

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

Color convert

RGB 8 153 136 -
CMYK 0.95 0 0.11 0.4
HSL 172.97º 0.9% 0.32% -
HSV(B) 172.97º 0.95% 0.6% -
XYZ 15.94 24.61 27.2 -
YUV 107.71 143.96 56.88 -
System Red Green Blue C M Y K H S L
Decimal 8 153 136 0.95 0 0.11 0.4 172.97 0.9 0.32
Hex 8 99 88 5F 0 B 28 AD 5A 20
Octal 10 231 210 137 0 13 50 255 132 40
Binary 1000 10011001 10001000 1011111 0 1011 101000 10101101 1011010 100000

Color Harmonies of #089988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089988

Black with #089988

Text Example


Text Example

White with #089988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089988; }

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

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

background-color css

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

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

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

border-color css

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

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

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