Html Css Color HEX #089576 Free Speech Aquamarine

📋 copy color: '#089576'

red 8 ◦ green 149 ◦ blue 118

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

Shades of Free Speech Aquamarine #089576

Tints of Free Speech Aquamarine #089576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 2.91%
G = 54.18%
B = 42.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#089576 (or 0x089576) is known color: Free Speech Aquamarine. HEX triplet: 08, 95 and 76. RGB value is (8,149,118). Sum of RGB (Red+Green+Blue) = 8+149+118=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #089576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089576 is #F76A89. Grayscale: #676767. Windows color (decimal): -16214666 or 7771400. OLE color: 7771400.

HSL color Cylindrical-coordinate representation of color #089576: hue angle of 166.81º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089576 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 149 118 -
CMYK 0.95 0 0.21 0.42
HSL 166.81º 0.9% 0.31% -
HSV(B) 166.81º 0.95% 0.58% -
XYZ 14.12 22.85 20.81 -
YUV 103.31 136.29 60.02 -
System Red Green Blue C M Y K H S L
Decimal 8 149 118 0.95 0 0.21 0.42 166.81 0.9 0.31
Hex 8 95 76 5F 0 15 2A A7 5A 1F
Octal 10 225 166 137 0 25 52 247 132 37
Binary 1000 10010101 1110110 1011111 0 10101 101010 10100111 1011010 11111

Color Harmonies of #089576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089576

Black with #089576

Text Example


Text Example

White with #089576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089576; }

 p { color: rgb(8,149,118); }

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

background-color css

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

 a { background-color: rgb(8,149,118); }

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

border-color css

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

 span { border-color: rgb(8,149,118); }

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