#049881

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

Shades of Free Speech Aquamarine #049881

Tints of Free Speech Aquamarine #049881

Color information

#049881 (or 0x049881) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 98 and 81. RGB value is (4,152,129). Sum of RGB (Red+Green+Blue) = 4+152+129=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #049881 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049881 is #FB677E. Grayscale: #696969. Windows color (decimal): -16476031 or 8493060. OLE color: 8493060.

HSL color Cylindrical-coordinate representation of color #049881: hue angle of 170.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049881 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB4152129-
CMYK0.9700.150.40
HSL170.68º94.87%30.59%-
HSV(B)170.68º97.37%59.61%-
XYZ15.2424.0724.61-
YUV105.13141.4755.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 152 (59.77% from 255) = 53.33%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=1.40%
G=53.33%
B=45.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41521290.9700.150.40170.6894.8730.59
Hex49881610F28ab5f1f
Octal42302011410175025313737
Binary100100110001000000111000010111110100010101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049881; }

 p { color: rgb(4,152,129); }

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

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

 a { background-color: rgb(4,152,129); }

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

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

 span { border-color: rgb(4,152,129); }

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