#099974

Color #099974 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #099974

Tints of Free Speech Aquamarine #099974

Color information

#099974 (or 0x099974) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 99 and 74. RGB value is (9,153,116). Sum of RGB (Red+Green+Blue) = 9+153+116=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #099974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099974 is #F6668B. Grayscale: #696969. Windows color (decimal): -16148108 or 7641353. OLE color: 7641353.

HSL color Cylindrical-coordinate representation of color #099974: hue angle of 164.58º 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 #099974 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB9153116-
CMYK0.9400.240.4
HSL164.58º88.89%31.76%-
HSV(B)164.58º94.12%60%-
XYZ14.6624.120.4-
YUV105.73133.7959.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=3.24%
G=55.04%
B=41.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91531160.9400.240.4164.5888.8931.76
Hex999745E01828a55920
Octal112311641360305024513140
Binary10011001100111101001011110011000101000101001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099974; }

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

 H1.HeaderClassName
 {
   color: #099974;
 }
 .AnyTagClassName
 {
   color: #099974;
 }
</style>
background-color css

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

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

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

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

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

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