Html Css Color HEX #089E76 Free Speech Aquamarine

📋 copy color: '#089E76'

red 8 ◦ green 158 ◦ blue 118

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

Shades of Free Speech Aquamarine #089E76

Tints of Free Speech Aquamarine #089E76

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.63%

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

R = 2.82%
G = 55.63%
B = 41.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#089E76 (or 0x089E76) is known color: Free Speech Aquamarine. HEX triplet: 08, 9E and 76. RGB value is (8,158,118). Sum of RGB (Red+Green+Blue) = 8+158+118=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #089E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089E76 is #F76189. Grayscale: #6C6C6C. Windows color (decimal): -16212362 or 7773704. OLE color: 7773704.

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

Color convert

RGB 8 158 118 -
CMYK 0.95 0 0.25 0.38
HSL 164º 0.9% 0.33% -
HSV(B) 164º 0.95% 0.62% -
XYZ 15.6 25.81 21.3 -
YUV 108.59 133.31 56.25 -
System Red Green Blue C M Y K H S L
Decimal 8 158 118 0.95 0 0.25 0.38 164 0.9 0.33
Hex 8 9E 76 5F 0 19 26 A4 5A 21
Octal 10 236 166 137 0 31 46 244 132 41
Binary 1000 10011110 1110110 1011111 0 11001 100110 10100100 1011010 100001

Color Harmonies of #089E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089E76

Black with #089E76

Text Example


Text Example

White with #089E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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