#00A27C

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

Shades of Free Speech Aquamarine #00A27C

Tints of Free Speech Aquamarine #00A27C

Color information

#00A27C (or 0x00A27C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, A2 and 7C. RGB value is (0,162,124). Sum of RGB (Red+Green+Blue) = 0+162+124=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #00A27C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A27C is #FF5D83. Grayscale: #6D6D6D. Windows color (decimal): -16735620 or 8167936. OLE color: 8167936.

HSL color Cylindrical-coordinate representation of color #00A27C: hue angle of 165.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A27C is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB0162124-
CMYK100.230.36
HSL165.93º100%31.76%-
HSV(B)165.93º100%63.53%-
XYZ16.5627.323.46-
YUV109.23136.3350.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=0%
G=56.64%
B=43.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal0162124100.230.36165.9310031.76
Hex0A27C6401724a66420
Octal02421741440274424614440
Binary01010001011111001100100010111100100101001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,162,124); }

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

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

 a { background-color: rgb(0,162,124); }

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

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

 span { border-color: rgb(0,162,124); }

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