#099C7F

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

Shades of Free Speech Aquamarine #099C7F

Tints of Free Speech Aquamarine #099C7F

Color information

#099C7F (or 0x099C7F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 9C and 7F. RGB value is (9,156,127). Sum of RGB (Red+Green+Blue) = 9+156+127=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #099C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099C7F is #F66380. Grayscale: #6C6C6C. Windows color (decimal): -16147329 or 8363017. OLE color: 8363017.

HSL color Cylindrical-coordinate representation of color #099C7F: hue angle of 168.16º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C7F is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB9156127-
CMYK0.9400.190.39
HSL168.16º89.09%32.35%-
HSV(B)168.16º94.23%61.18%-
XYZ15.8325.3724.14-
YUV108.74138.356.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.08%
GREEN value IS 156 (61.33% from 255) = 53.42%
BLUE value IS 127 (50% from 255) = 43.49%
R=3.08%
G=53.42%
B=43.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91561270.9400.190.39168.1689.0932.35
Hex99C7F5E01327a85920
Octal112341771360234725013140
Binary10011001110011111111011110010011100111101010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099C7F; }

 p { color: rgb(9,156,127); }

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

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

 a { background-color: rgb(9,156,127); }

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

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

 span { border-color: rgb(9,156,127); }

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