#049882

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

Shades of Free Speech Aquamarine #049882

Tints of Free Speech Aquamarine #049882

Color information

#049882 (or 0x049882) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, 98 and 82. RGB value is (4,152,130). Sum of RGB (Red+Green+Blue) = 4+152+130=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #049882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049882 is #FB677D. Grayscale: #696969. Windows color (decimal): -16476030 or 8558596. OLE color: 8558596.

HSL color Cylindrical-coordinate representation of color #049882: hue angle of 171.08º 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 #049882 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB4152130-
CMYK0.9700.140.40
HSL171.08º94.87%30.59%-
HSV(B)171.08º97.37%59.61%-
XYZ15.3124.0924.96-
YUV105.24141.9755.79-

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.15%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=1.40%
G=53.15%
B=45.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41521300.9700.140.40171.0894.8730.59
Hex49882610E28ab5f1f
Octal42302021410165025313737
Binary100100110001000001011000010111010100010101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049882; }

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

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

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

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

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

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

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

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