Html Css Color HEX #089994 Persian Green

📋 copy color: '#089994'

red 8 ◦ green 153 ◦ blue 148

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

Shades of Persian Green #089994

Tints of Persian Green #089994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 2.59%
G = 49.51%
B = 47.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#089994 (or 0x089994) is known color: Persian Green. HEX triplet: 08, 99 and 94. RGB value is (8,153,148). Sum of RGB (Red+Green+Blue) = 8+153+148=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #089994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089994 is #F7666B. Grayscale: #6C6C6C. Windows color (decimal): -16213612 or 9738504. OLE color: 9738504.

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

Color convert

RGB 8 153 148 -
CMYK 0.95 0 0.03 0.4
HSL 177.93º 0.9% 0.32% -
HSV(B) 177.93º 0.95% 0.6% -
XYZ 16.84 24.97 31.95 -
YUV 109.08 149.96 55.91 -
System Red Green Blue C M Y K H S L
Decimal 8 153 148 0.95 0 0.03 0.4 177.93 0.9 0.32
Hex 8 99 94 5F 0 3 28 B2 5A 20
Octal 10 231 224 137 0 3 50 262 132 40
Binary 1000 10011001 10010100 1011111 0 11 101000 10110010 1011010 100000

Color Harmonies of #089994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089994

Black with #089994

Text Example


Text Example

White with #089994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089994; }

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

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

background-color css

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

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

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

border-color css

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

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

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