#009D7E

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

Shades of Free Speech Aquamarine #009D7E

Tints of Free Speech Aquamarine #009D7E

Color information

#009D7E (or 0x009D7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9D and 7E. RGB value is (0,157,126). Sum of RGB (Red+Green+Blue) = 0+157+126=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #009D7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009D7E is #FF6281. Grayscale: #6A6A6A. Windows color (decimal): -16736898 or 8297728. OLE color: 8297728.

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

Color convert

RGB0157126-
CMYK100.200.38
HSL168.15º100%30.78%-
HSV(B)168.15º100%61.57%-
XYZ15.8225.6223.85-
YUV106.52138.9952.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 157 (61.72% from 255) = 55.48%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=0%
G=55.48%
B=44.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0157126100.200.38168.1510030.78
Hex09D7E6401426a8641f
Octal02351761440244625014437
Binary0100111011111110110010001010010011010101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,157,126); }

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

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

 a { background-color: rgb(0,157,126); }

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

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

 span { border-color: rgb(0,157,126); }

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