#00A77E

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

Shades of Free Speech Aquamarine #00A77E

Tints of Free Speech Aquamarine #00A77E

Color information

#00A77E (or 0x00A77E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, A7 and 7E. RGB value is (0,167,126). Sum of RGB (Red+Green+Blue) = 0+167+126=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #00A77E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A77E is #FF5881. Grayscale: #707070. Windows color (decimal): -16734338 or 8300288. OLE color: 8300288.

HSL color Cylindrical-coordinate representation of color #00A77E: hue angle of 165.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A77E is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB0167126-
CMYK100.250.35
HSL165.27º100%32.75%-
HSV(B)165.27º100%65.49%-
XYZ17.5829.1424.44-
YUV112.39135.6747.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 167 (65.62% from 255) = 57.00%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=0%
G=57.00%
B=43.00%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal0167126100.250.35165.2710032.75
Hex0A77E6401923a56421
Octal02471761440314324514441
Binary01010011111111101100100011001100011101001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A77E; }

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

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

<style>
 a { background-color: #00A77E; }

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

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

<style>
 span { border-color: #00A77E; }

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

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