#04AE7E

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

Shades of Free Speech Aquamarine #04AE7E

Tints of Free Speech Aquamarine #04AE7E

Color information

#04AE7E (or 0x04AE7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, AE and 7E. RGB value is (4,174,126). Sum of RGB (Red+Green+Blue) = 4+174+126=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AE7E is #FB5181. Grayscale: #757575. Windows color (decimal): -16470402 or 8302084. OLE color: 8302084.

HSL color Cylindrical-coordinate representation of color #04AE7E: hue angle of 163.06º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AE7E is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB4174126-
CMYK0.9800.280.32
HSL163.06º95.51%34.9%-
HSV(B)163.06º97.7%68.24%-
XYZ18.9531.824.88-
YUV117.7132.6846.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.32%
GREEN value IS 174 (68.36% from 255) = 57.24%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=1.32%
G=57.24%
B=41.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41741260.9800.280.32163.0695.5134.9
Hex4AE7E6201C20a36023
Octal42561761420344024314043
Binary1001010111011111101100010011100100000101000111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04AE7E; }

 p { color: rgb(4,174,126); }

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

<style>
 a { background-color: #04AE7E; }

 a { background-color: rgb(4,174,126); }

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

<style>
 span { border-color: #04AE7E; }

 span { border-color: rgb(4,174,126); }

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