Html Css Color HEX #089673 Free Speech Aquamarine

📋 copy color: '#089673'

red 8 ◦ green 150 ◦ blue 115

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

Shades of Free Speech Aquamarine #089673

Tints of Free Speech Aquamarine #089673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 2.93%
G = 54.95%
B = 42.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#089673 (or 0x089673) is known color: Free Speech Aquamarine. HEX triplet: 08, 96 and 73. RGB value is (8,150,115). Sum of RGB (Red+Green+Blue) = 8+150+115=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #089673 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089673 is #F7698C. Grayscale: #676767. Windows color (decimal): -16214413 or 7575048. OLE color: 7575048.

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

Color convert

RGB 8 150 115 -
CMYK 0.95 0 0.23 0.41
HSL 165.21º 0.9% 0.31% -
HSV(B) 165.21º 0.95% 0.59% -
XYZ 14.1 23.1 19.94 -
YUV 103.55 134.46 59.85 -
System Red Green Blue C M Y K H S L
Decimal 8 150 115 0.95 0 0.23 0.41 165.21 0.9 0.31
Hex 8 96 73 5F 0 17 29 A5 5A 1F
Octal 10 226 163 137 0 27 51 245 132 37
Binary 1000 10010110 1110011 1011111 0 10111 101001 10100101 1011010 11111

Color Harmonies of #089673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089673

Black with #089673

Text Example


Text Example

White with #089673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089673; }

 p { color: rgb(8,150,115); }

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

background-color css

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

 a { background-color: rgb(8,150,115); }

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

border-color css

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

 span { border-color: rgb(8,150,115); }

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