#009E7E

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

Shades of Free Speech Aquamarine #009E7E

Tints of Free Speech Aquamarine #009E7E

Color information

#009E7E (or 0x009E7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 7E. RGB value is (0,158,126). Sum of RGB (Red+Green+Blue) = 0+158+126=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #009E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E7E is #FF6181. Grayscale: #6B6B6B. Windows color (decimal): -16736642 or 8297984. OLE color: 8297984.

HSL color Cylindrical-coordinate representation of color #009E7E: hue angle of 167.85º 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 #009E7E is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB0158126-
CMYK100.200.38
HSL167.85º100%30.98%-
HSV(B)167.85º100%61.96%-
XYZ15.9925.9623.91-
YUV107.11138.6551.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=0%
G=55.63%
B=44.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158126100.200.38167.8510030.98
Hex09E7E6401426a8641f
Octal02361761440244625014437
Binary0100111101111110110010001010010011010101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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