Html Css Color HEX #089B76 Free Speech Aquamarine

📋 copy color: '#089B76'

red 8 ◦ green 155 ◦ blue 118

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

Shades of Free Speech Aquamarine #089B76

Tints of Free Speech Aquamarine #089B76

RGB

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

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

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

R = 2.85%
G = 55.16%
B = 41.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#089B76 (or 0x089B76) is known color: Free Speech Aquamarine. HEX triplet: 08, 9B and 76. RGB value is (8,155,118). Sum of RGB (Red+Green+Blue) = 8+155+118=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #089B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B76 is #F76489. Grayscale: #6A6A6A. Windows color (decimal): -16213130 or 7772936. OLE color: 7772936.

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

Color convert

RGB 8 155 118 -
CMYK 0.95 0 0.24 0.39
HSL 164.9º 0.9% 0.32% -
HSV(B) 164.9º 0.95% 0.61% -
XYZ 15.09 24.8 21.13 -
YUV 106.83 134.3 57.51 -
System Red Green Blue C M Y K H S L
Decimal 8 155 118 0.95 0 0.24 0.39 164.9 0.9 0.32
Hex 8 9B 76 5F 0 18 27 A5 5A 20
Octal 10 233 166 137 0 30 47 245 132 40
Binary 1000 10011011 1110110 1011111 0 11000 100111 10100101 1011010 100000

Color Harmonies of #089B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B76

Black with #089B76

Text Example


Text Example

White with #089B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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