Html Css Color HEX #089F74 Free Speech Aquamarine

📋 copy color: '#089F74'

red 8 ◦ green 159 ◦ blue 116

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

Shades of Free Speech Aquamarine #089F74

Tints of Free Speech Aquamarine #089F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 56.18%

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

R = 2.83%
G = 56.18%
B = 40.99%

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

#089F74 (or 0x089F74) is known color: Free Speech Aquamarine. HEX triplet: 08, 9F and 74. RGB value is (8,159,116). Sum of RGB (Red+Green+Blue) = 8+159+116=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #089F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089F74 is #F7608B. Grayscale: #6C6C6C. Windows color (decimal): -16212108 or 7642888. OLE color: 7642888.

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

Color convert

RGB 8 159 116 -
CMYK 0.95 0 0.27 0.38
HSL 162.91º 0.9% 0.33% -
HSV(B) 162.91º 0.95% 0.62% -
XYZ 15.65 26.11 20.74 -
YUV 108.95 131.97 56 -
System Red Green Blue C M Y K H S L
Decimal 8 159 116 0.95 0 0.27 0.38 162.91 0.9 0.33
Hex 8 9F 74 5F 0 1B 26 A3 5A 21
Octal 10 237 164 137 0 33 46 243 132 41
Binary 1000 10011111 1110100 1011111 0 11011 100110 10100011 1011010 100001

Color Harmonies of #089F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089F74

Black with #089F74

Text Example


Text Example

White with #089F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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