#029782

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

Shades of Free Speech Aquamarine #029782

Tints of Free Speech Aquamarine #029782

Color information

#029782 (or 0x029782) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 97 and 82. RGB value is (2,151,130). Sum of RGB (Red+Green+Blue) = 2+151+130=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #029782 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029782 is #FD687D. Grayscale: #676767. Windows color (decimal): -16607358 or 8558338. OLE color: 8558338.

HSL color Cylindrical-coordinate representation of color #029782: hue angle of 171.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029782 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB2151130-
CMYK0.9900.140.41
HSL171.54º97.39%30%-
HSV(B)171.54º98.68%59.22%-
XYZ15.1223.7624.91-
YUV104.06142.6455.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=0.71%
G=53.36%
B=45.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21511300.9900.140.41171.5497.3930
Hex29782630E29ac611e
Octal22272021430165125414136
Binary10100101111000001011000110111010100110101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029782; }

 p { color: rgb(2,151,130); }

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

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

 a { background-color: rgb(2,151,130); }

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

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

 span { border-color: rgb(2,151,130); }

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