#089B94

Color #089B94 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #089B94

Tints of Persian Green #089B94

Color information

#089B94 (or 0x089B94) is unknown color: approx Persian Green. HEX triplet: 08, 9B and 94. RGB value is (8,155,148). Sum of RGB (Red+Green+Blue) = 8+155+148=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #089B94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B94 is #F7646B. Grayscale: #6E6E6E. Windows color (decimal): -16213100 or 9739016. OLE color: 9739016.

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

Color convert

RGB8155148-
CMYK0.9500.050.39
HSL177.14º90.18%31.96%-
HSV(B)177.14º94.84%60.78%-
XYZ17.1725.6332.06-
YUV110.25149.355.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.57%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=2.57%
G=49.84%
B=47.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81551480.9500.050.39177.1490.1831.96
Hex89B945F0527b15a20
Octal10233224137054726113240
Binary1000100110111001010010111110101100111101100011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #089B94;
 }
 .AnyTagClassName
 {
   color: #089B94;
 }
</style>
background-color css

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

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

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

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

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

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