Html Css Color HEX #089E74 Free Speech Aquamarine

📋 copy color: '#089E74'

red 8 ◦ green 158 ◦ blue 116

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

Shades of Free Speech Aquamarine #089E74

Tints of Free Speech Aquamarine #089E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 2.84%
G = 56.03%
B = 41.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#089E74 (or 0x089E74) is known color: Free Speech Aquamarine. HEX triplet: 08, 9E and 74. RGB value is (8,158,116). Sum of RGB (Red+Green+Blue) = 8+158+116=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 158 (62.11% from 255 or 56.03% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 158 - color contains mainly: green. Hex color #089E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089E74 is #F7618B. Grayscale: #6C6C6C. Windows color (decimal): -16212364 or 7642632. OLE color: 7642632.

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

Color convert

RGB 8 158 116 -
CMYK 0.95 0 0.27 0.38
HSL 163.2º 0.9% 0.33% -
HSV(B) 163.2º 0.95% 0.62% -
XYZ 15.48 25.77 20.68 -
YUV 108.36 132.31 56.42 -
System Red Green Blue C M Y K H S L
Decimal 8 158 116 0.95 0 0.27 0.38 163.2 0.9 0.33
Hex 8 9E 74 5F 0 1B 26 A3 5A 21
Octal 10 236 164 137 0 33 46 243 132 41
Binary 1000 10011110 1110100 1011111 0 11011 100110 10100011 1011010 100001

Color Harmonies of #089E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089E74

Black with #089E74

Text Example


Text Example

White with #089E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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