Html Css Color HEX #089B8A Persian Green

📋 copy color: '#089B8A'

red 8 ◦ green 155 ◦ blue 138

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

Shades of Persian Green #089B8A

Tints of Persian Green #089B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 2.66%
G = 51.5%
B = 45.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#089B8A (or 0x089B8A) is known color: Persian Green. HEX triplet: 08, 9B and 8A. RGB value is (8,155,138). Sum of RGB (Red+Green+Blue) = 8+155+138=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #089B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B8A is #F76475. Grayscale: #6D6D6D. Windows color (decimal): -16213110 or 9083656. OLE color: 9083656.

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

Color convert

RGB 8 155 138 -
CMYK 0.95 0 0.11 0.39
HSL 173.06º 0.9% 0.32% -
HSV(B) 173.06º 0.95% 0.61% -
XYZ 16.41 25.33 28.07 -
YUV 109.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 8 155 138 0.95 0 0.11 0.39 173.06 0.9 0.32
Hex 8 9B 8A 5F 0 B 27 AD 5A 20
Octal 10 233 212 137 0 13 47 255 132 40
Binary 1000 10011011 10001010 1011111 0 1011 100111 10101101 1011010 100000

Color Harmonies of #089B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B8A

Black with #089B8A

Text Example


Text Example

White with #089B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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