#029F74

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

Shades of Free Speech Aquamarine #029F74

Tints of Free Speech Aquamarine #029F74

Color information

#029F74 (or 0x029F74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9F and 74. RGB value is (2,159,116). Sum of RGB (Red+Green+Blue) = 2+159+116=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #029F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F74 is #FD608B. Grayscale: #6B6B6B. Windows color (decimal): -16605324 or 7642882. OLE color: 7642882.

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

Color convert

RGB2159116-
CMYK0.9900.270.38
HSL163.57º97.52%31.57%-
HSV(B)163.57º98.74%62.35%-
XYZ15.5826.0720.73-
YUV107.16132.9953-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=0.72%
G=57.40%
B=41.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21591160.9900.270.38163.5797.5231.57
Hex29F746301B26a46220
Octal22371641430334624414240
Binary101001111111101001100011011011100110101001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,159,116); }

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

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

 a { background-color: rgb(2,159,116); }

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

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

 span { border-color: rgb(2,159,116); }

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