Html Css Color HEX #099580 Free Speech Aquamarine

📋 copy color: '#099580'

red 9 ◦ green 149 ◦ blue 128

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

Shades of Free Speech Aquamarine #099580

Tints of Free Speech Aquamarine #099580

RGB

 RED value IS 9 (3.91% from 255) = 3.15%

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

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 3.15%
G = 52.1%
B = 44.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#099580 (or 0x099580) is known color: Free Speech Aquamarine. HEX triplet: 09, 95 and 80. RGB value is (9,149,128). Sum of RGB (Red+Green+Blue) = 9+149+128=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #099580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099580 is #F66A7F. Grayscale: #686868. Windows color (decimal): -16149120 or 8426761. OLE color: 8426761.

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

Color convert

RGB 9 149 128 -
CMYK 0.94 0 0.14 0.42
HSL 171º 0.89% 0.31% -
HSV(B) 171º 0.94% 0.58% -
XYZ 14.76 23.11 24.11 -
YUV 104.75 141.12 59.71 -
System Red Green Blue C M Y K H S L
Decimal 9 149 128 0.94 0 0.14 0.42 171 0.89 0.31
Hex 9 95 80 5E 0 E 2A AB 59 1F
Octal 11 225 200 136 0 16 52 253 131 37
Binary 1001 10010101 10000000 1011110 0 1110 101010 10101011 1011001 11111

Color Harmonies of #099580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099580

Black with #099580

Text Example


Text Example

White with #099580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099580; }

 p { color: rgb(9,149,128); }

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

background-color css

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

 a { background-color: rgb(9,149,128); }

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

border-color css

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

 span { border-color: rgb(9,149,128); }

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