#029675

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

Shades of Free Speech Aquamarine #029675

Tints of Free Speech Aquamarine #029675

Color information

#029675 (or 0x029675) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 96 and 75. RGB value is (2,150,117). Sum of RGB (Red+Green+Blue) = 2+150+117=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #029675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029675 is #FD698A. Grayscale: #656565. Windows color (decimal): -16607627 or 7706114. OLE color: 7706114.

HSL color Cylindrical-coordinate representation of color #029675: hue angle of 166.62º 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 #029675 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB2150117-
CMYK0.9900.220.41
HSL166.62º97.37%29.8%-
HSV(B)166.62º98.67%58.82%-
XYZ14.1423.1120.54-
YUV101.99136.4756.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=0.74%
G=55.76%
B=43.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21501170.9900.220.41166.6297.3729.8
Hex296756301629a7611e
Octal22261651430265124714136
Binary10100101101110101110001101011010100110100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029675; }

 p { color: rgb(2,150,117); }

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

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

 a { background-color: rgb(2,150,117); }

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

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

 span { border-color: rgb(2,150,117); }

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