Html Css Color HEX #089996 Persian Green

📋 copy color: '#089996'

red 8 ◦ green 153 ◦ blue 150

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

Shades of Persian Green #089996

Tints of Persian Green #089996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 2.57%
G = 49.2%
B = 48.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#089996 (or 0x089996) is known color: Persian Green. HEX triplet: 08, 99 and 96. RGB value is (8,153,150). Sum of RGB (Red+Green+Blue) = 8+153+150=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #089996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089996 is #F76669. Grayscale: #6D6D6D. Windows color (decimal): -16213610 or 9869576. OLE color: 9869576.

HSL color Cylindrical-coordinate representation of color #089996: hue angle of 178.76º 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 #089996 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 153 150 -
CMYK 0.95 0 0.02 0.4
HSL 178.76º 0.9% 0.32% -
HSV(B) 178.76º 0.95% 0.6% -
XYZ 17 25.04 32.79 -
YUV 109.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 8 153 150 0.95 0 0.02 0.4 178.76 0.9 0.32
Hex 8 99 96 5F 0 2 28 B3 5A 20
Octal 10 231 226 137 0 2 50 263 132 40
Binary 1000 10011001 10010110 1011111 0 10 101000 10110011 1011010 100000

Color Harmonies of #089996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089996

Black with #089996

Text Example


Text Example

White with #089996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089996; }

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

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

background-color css

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

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

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

border-color css

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

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

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