#029872

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

Shades of Free Speech Aquamarine #029872

Tints of Free Speech Aquamarine #029872

Color information

#029872 (or 0x029872) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 98 and 72. RGB value is (2,152,114). Sum of RGB (Red+Green+Blue) = 2+152+114=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #029872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029872 is #FD678D. Grayscale: #666666. Windows color (decimal): -16607118 or 7510018. OLE color: 7510018.

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

Color convert

RGB2152114-
CMYK0.9900.250.40
HSL164.8º97.4%30.2%-
HSV(B)164.8º98.68%59.61%-
XYZ14.2923.6819.74-
YUV102.82134.356.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 152 (59.77% from 255) = 56.72%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=0.75%
G=56.72%
B=42.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21521140.9900.250.40164.897.430.2
Hex298726301928a5611e
Octal22301621430315024514136
Binary10100110001110010110001101100110100010100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029872; }

 p { color: rgb(2,152,114); }

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

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

 a { background-color: rgb(2,152,114); }

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

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

 span { border-color: rgb(2,152,114); }

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