Html Css Color HEX #099982 Free Speech Aquamarine

📋 copy color: '#099982'

red 9 ◦ green 153 ◦ blue 130

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

Shades of Free Speech Aquamarine #099982

Tints of Free Speech Aquamarine #099982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

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

R = 3.08%
G = 52.4%
B = 44.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#099982 (or 0x099982) is known color: Free Speech Aquamarine. HEX triplet: 09, 99 and 82. RGB value is (9,153,130). Sum of RGB (Red+Green+Blue) = 9+153+130=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #099982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099982 is #F6667D. Grayscale: #6B6B6B. Windows color (decimal): -16148094 or 8558857. OLE color: 8558857.

HSL color Cylindrical-coordinate representation of color #099982: hue angle of 170.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099982 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 153 130 -
CMYK 0.94 0 0.15 0.4
HSL 170.42º 0.89% 0.32% -
HSV(B) 170.42º 0.94% 0.6% -
XYZ 15.53 24.45 25.02 -
YUV 107.32 140.79 57.87 -
System Red Green Blue C M Y K H S L
Decimal 9 153 130 0.94 0 0.15 0.4 170.42 0.89 0.32
Hex 9 99 82 5E 0 F 28 AA 59 20
Octal 11 231 202 136 0 17 50 252 131 40
Binary 1001 10011001 10000010 1011110 0 1111 101000 10101010 1011001 100000

Color Harmonies of #099982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099982

Black with #099982

Text Example


Text Example

White with #099982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099982; }

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

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

background-color css

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

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

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

border-color css

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

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

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