#029D82

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

Shades of Free Speech Aquamarine #029D82

Tints of Free Speech Aquamarine #029D82

Color information

#029D82 (or 0x029D82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9D and 82. RGB value is (2,157,130). Sum of RGB (Red+Green+Blue) = 2+157+130=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #029D82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029D82 is #FD627D. Grayscale: #6B6B6B. Windows color (decimal): -16605822 or 8559874. OLE color: 8559874.

HSL color Cylindrical-coordinate representation of color #029D82: hue angle of 169.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029D82 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB2157130-
CMYK0.9900.170.38
HSL169.55º97.48%31.18%-
HSV(B)169.55º98.73%61.57%-
XYZ16.1125.7425.24-
YUV107.58140.6552.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 157 (61.72% from 255) = 54.33%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=0.69%
G=54.33%
B=44.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21571300.9900.170.38169.5597.4831.18
Hex29D826301126aa611f
Octal22352021430214625214137
Binary101001110110000010110001101000110011010101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029D82; }

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

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

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

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

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

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

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

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