#00A074

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

Shades of Free Speech Aquamarine #00A074

Tints of Free Speech Aquamarine #00A074

Color information

#00A074 (or 0x00A074) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, A0 and 74. RGB value is (0,160,116). Sum of RGB (Red+Green+Blue) = 0+160+116=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #00A074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A074 is #FF5F8B. Grayscale: #6B6B6B. Windows color (decimal): -16736140 or 7643136. OLE color: 7643136.

HSL color Cylindrical-coordinate representation of color #00A074: hue angle of 163.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A074 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB0160116-
CMYK100.280.37
HSL163.5º100%31.37%-
HSV(B)163.5º100%62.75%-
XYZ15.7226.420.79-
YUV107.14132.9951.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 160 (62.89% from 255) = 57.97%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=0%
G=57.97%
B=42.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal0160116100.280.37163.510031.37
Hex0A0746401C25a4641f
Octal02401641440344524414437
Binary0101000001110100110010001110010010110100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,160,116); }

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

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

 a { background-color: rgb(0,160,116); }

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

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

 span { border-color: rgb(0,160,116); }

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