#009E7F

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

Shades of Free Speech Aquamarine #009E7F

Tints of Free Speech Aquamarine #009E7F

Color information

#009E7F (or 0x009E7F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 7F. RGB value is (0,158,127). Sum of RGB (Red+Green+Blue) = 0+158+127=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #009E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E7F is #FF6180. Grayscale: #6B6B6B. Windows color (decimal): -16736641 or 8363520. OLE color: 8363520.

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

Color convert

RGB0158127-
CMYK100.200.38
HSL168.23º100%30.98%-
HSV(B)168.23º100%61.96%-
XYZ16.0625.9924.25-
YUV107.22139.1551.52-

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.44%
BLUE value IS 127 (50% from 255) = 44.56%
R=0%
G=55.44%
B=44.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158127100.200.38168.2310030.98
Hex09E7F6401426a8641f
Octal02361771440244625014437
Binary0100111101111111110010001010010011010101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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