Html Css Color HEX #099682 Free Speech Aquamarine

📋 copy color: '#099682'

red 9 ◦ green 150 ◦ blue 130

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

Shades of Free Speech Aquamarine #099682

Tints of Free Speech Aquamarine #099682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 3.11%
G = 51.9%
B = 44.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#099682 (or 0x099682) is known color: Free Speech Aquamarine. HEX triplet: 09, 96 and 82. RGB value is (9,150,130). Sum of RGB (Red+Green+Blue) = 9+150+130=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #099682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099682 is #F6697D. Grayscale: #696969. Windows color (decimal): -16148862 or 8558089. OLE color: 8558089.

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

Color convert

RGB 9 150 130 -
CMYK 0.94 0 0.13 0.41
HSL 171.49º 0.89% 0.31% -
HSV(B) 171.49º 0.94% 0.59% -
XYZ 15.05 23.48 24.86 -
YUV 105.56 141.79 59.13 -
System Red Green Blue C M Y K H S L
Decimal 9 150 130 0.94 0 0.13 0.41 171.49 0.89 0.31
Hex 9 96 82 5E 0 D 29 AB 59 1F
Octal 11 226 202 136 0 15 51 253 131 37
Binary 1001 10010110 10000010 1011110 0 1101 101001 10101011 1011001 11111

Color Harmonies of #099682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099682

Black with #099682

Text Example


Text Example

White with #099682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099682; }

 p { color: rgb(9,150,130); }

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

background-color css

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

 a { background-color: rgb(9,150,130); }

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

border-color css

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

 span { border-color: rgb(9,150,130); }

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