Html Css Color HEX #089B9E Persian Green

📋 copy color: '#089B9E'

red 8 ◦ green 155 ◦ blue 158

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

Shades of Persian Green #089B9E

Tints of Persian Green #089B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.29%

 BLUE value IS 158 (62.11% from 255) = 49.22%

R = 2.49%
G = 48.29%
B = 49.22%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#089B9E (or 0x089B9E) is known color: Persian Green. HEX triplet: 08, 9B and 9E. RGB value is (8,155,158). Sum of RGB (Red+Green+Blue) = 8+155+158=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #089B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B9E is #F76461. Grayscale: #6F6F6F. Windows color (decimal): -16213090 or 10394376. OLE color: 10394376.

HSL color Cylindrical-coordinate representation of color #089B9E: hue angle of 181.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B9E is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 155 158 -
CMYK 0.95 0.02 0 0.38
HSL 181.2º 0.9% 0.33% -
HSV(B) 181.2º 0.95% 0.62% -
XYZ 17.99 25.96 36.41 -
YUV 111.39 154.3 54.26 -
System Red Green Blue C M Y K H S L
Decimal 8 155 158 0.95 0.02 0 0.38 181.2 0.9 0.33
Hex 8 9B 9E 5F 2 0 26 B5 5A 21
Octal 10 233 236 137 2 0 46 265 132 41
Binary 1000 10011011 10011110 1011111 10 0 100110 10110101 1011010 100001

Color Harmonies of #089B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B9E

Black with #089B9E

Text Example


Text Example

White with #089B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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