Html Css Color HEX #089575 Free Speech Aquamarine

📋 copy color: '#089575'

red 8 ◦ green 149 ◦ blue 117

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

Shades of Free Speech Aquamarine #089575

Tints of Free Speech Aquamarine #089575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 2.92%
G = 54.38%
B = 42.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#089575 (or 0x089575) is known color: Free Speech Aquamarine. HEX triplet: 08, 95 and 75. RGB value is (8,149,117). Sum of RGB (Red+Green+Blue) = 8+149+117=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #089575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089575 is #F76A8A. Grayscale: #676767. Windows color (decimal): -16214667 or 7705864. OLE color: 7705864.

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

Color convert

RGB 8 149 117 -
CMYK 0.95 0 0.21 0.42
HSL 166.38º 0.9% 0.31% -
HSV(B) 166.38º 0.95% 0.58% -
XYZ 14.06 22.83 20.5 -
YUV 103.19 135.79 60.1 -
System Red Green Blue C M Y K H S L
Decimal 8 149 117 0.95 0 0.21 0.42 166.38 0.9 0.31
Hex 8 95 75 5F 0 15 2A A6 5A 1F
Octal 10 225 165 137 0 25 52 246 132 37
Binary 1000 10010101 1110101 1011111 0 10101 101010 10100110 1011010 11111

Color Harmonies of #089575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089575

Black with #089575

Text Example


Text Example

White with #089575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089575; }

 p { color: rgb(8,149,117); }

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

background-color css

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

 a { background-color: rgb(8,149,117); }

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

border-color css

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

 span { border-color: rgb(8,149,117); }

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