Html Css Color HEX #089A8A Persian Green

📋 copy color: '#089A8A'

red 8 ◦ green 154 ◦ blue 138

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

Shades of Persian Green #089A8A

Tints of Persian Green #089A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.33%

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

R = 2.67%
G = 51.33%
B = 46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#089A8A (or 0x089A8A) is known color: Persian Green. HEX triplet: 08, 9A and 8A. RGB value is (8,154,138). Sum of RGB (Red+Green+Blue) = 8+154+138=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #089A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A8A is #F76575. Grayscale: #6C6C6C. Windows color (decimal): -16213366 or 9083400. OLE color: 9083400.

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

Color convert

RGB 8 154 138 -
CMYK 0.95 0 0.10 0.40
HSL 173.42º 0.9% 0.32% -
HSV(B) 173.42º 0.95% 0.6% -
XYZ 16.24 25 28.01 -
YUV 108.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 8 154 138 0.95 0 0.10 0.40 173.42 0.9 0.32
Hex 8 9A 8A 5F 0 A 28 AD 5A 20
Octal 10 232 212 137 0 12 50 255 132 40
Binary 1000 10011010 10001010 1011111 0 1010 101000 10101101 1011010 100000

Color Harmonies of #089A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089A8A

Black with #089A8A

Text Example


Text Example

White with #089A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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