#009C7D

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

Shades of Free Speech Aquamarine #009C7D

Tints of Free Speech Aquamarine #009C7D

Color information

#009C7D (or 0x009C7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9C and 7D. RGB value is (0,156,125). Sum of RGB (Red+Green+Blue) = 0+156+125=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #009C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009C7D is #FF6382. Grayscale: #696969. Windows color (decimal): -16737155 or 8231936. OLE color: 8231936.

HSL color Cylindrical-coordinate representation of color #009C7D: hue angle of 168.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C7D is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB0156125-
CMYK100.200.39
HSL168.08º100%30.59%-
HSV(B)168.08º100%61.18%-
XYZ15.5925.2623.46-
YUV105.82138.8252.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 156 (61.33% from 255) = 55.52%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=0%
G=55.52%
B=44.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0156125100.200.39168.0810030.59
Hex09C7D6401427a8641f
Octal02341751440244725014437
Binary0100111001111101110010001010010011110101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009C7D; }

 p { color: rgb(0,156,125); }

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

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

 a { background-color: rgb(0,156,125); }

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

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

 span { border-color: rgb(0,156,125); }

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