#029B82

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

Shades of Free Speech Aquamarine #029B82

Tints of Free Speech Aquamarine #029B82

Color information

#029B82 (or 0x029B82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9B and 82. RGB value is (2,155,130). Sum of RGB (Red+Green+Blue) = 2+155+130=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #029B82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029B82 is #FD647D. Grayscale: #6A6A6A. Windows color (decimal): -16606334 or 8559362. OLE color: 8559362.

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

Color convert

RGB2155130-
CMYK0.9900.160.39
HSL170.2º97.45%30.78%-
HSV(B)170.2º98.71%60.78%-
XYZ15.7825.0725.13-
YUV106.4141.3153.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 155 (60.94% from 255) = 54.01%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=0.70%
G=54.01%
B=45.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21551300.9900.160.39170.297.4530.78
Hex29B826301027aa611f
Octal22332021430204725214137
Binary101001101110000010110001101000010011110101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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