#029D7F

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

Shades of Free Speech Aquamarine #029D7F

Tints of Free Speech Aquamarine #029D7F

Color information

#029D7F (or 0x029D7F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9D and 7F. RGB value is (2,157,127). Sum of RGB (Red+Green+Blue) = 2+157+127=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #029D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029D7F is #FD6280. Grayscale: #6B6B6B. Windows color (decimal): -16605825 or 8363266. OLE color: 8363266.

HSL color Cylindrical-coordinate representation of color #029D7F: hue angle of 168.39º 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 #029D7F is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB2157127-
CMYK0.9900.190.38
HSL168.39º97.48%31.18%-
HSV(B)168.39º98.73%61.57%-
XYZ15.9125.6624.19-
YUV107.23139.1552.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 157 (61.72% from 255) = 54.90%
BLUE value IS 127 (50% from 255) = 44.41%
R=0.70%
G=54.90%
B=44.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21571270.9900.190.38168.3997.4831.18
Hex29D7F6301326a8611f
Octal22351771430234625014137
Binary10100111011111111110001101001110011010101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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