Html Css Color HEX #089993 Persian Green

📋 copy color: '#089993'

red 8 ◦ green 153 ◦ blue 147

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

Shades of Persian Green #089993

Tints of Persian Green #089993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 2.6%
G = 49.68%
B = 47.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#089993 (or 0x089993) is known color: Persian Green. HEX triplet: 08, 99 and 93. RGB value is (8,153,147). Sum of RGB (Red+Green+Blue) = 8+153+147=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #089993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089993 is #F7666C. Grayscale: #6C6C6C. Windows color (decimal): -16213613 or 9672968. OLE color: 9672968.

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

Color convert

RGB 8 153 147 -
CMYK 0.95 0 0.04 0.4
HSL 177.52º 0.9% 0.32% -
HSV(B) 177.52º 0.95% 0.6% -
XYZ 16.76 24.94 31.53 -
YUV 108.96 149.46 55.99 -
System Red Green Blue C M Y K H S L
Decimal 8 153 147 0.95 0 0.04 0.4 177.52 0.9 0.32
Hex 8 99 93 5F 0 4 28 B2 5A 20
Octal 10 231 223 137 0 4 50 262 132 40
Binary 1000 10011001 10010011 1011111 0 100 101000 10110010 1011010 100000

Color Harmonies of #089993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089993

Black with #089993

Text Example


Text Example

White with #089993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089993; }

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

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

background-color css

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

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

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

border-color css

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

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

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