#029e6b

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

Shades of Free Speech Aquamarine #029E6B

Tints of Free Speech Aquamarine #029E6B

Color information

#029E6B (or 0x029E6B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 9E and 6B. RGB value is (2,158,107). Sum of RGB (Red+Green+Blue) = 2+158+107=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #029E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029E6B is #FD6194. Grayscale: #696969. Windows color (decimal): -16605589 or 7052802. OLE color: 7052802.

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

Color convert

RGB2158107-
CMYK0.9900.320.38
HSL160.38º97.5%31.37%-
HSV(B)160.38º98.73%61.96%-
XYZ14.9125.5318.05-
YUV105.54128.8254.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 158 (62.11% from 255) = 59.18%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=0.75%
G=59.18%
B=40.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21581070.9900.320.38160.3897.531.37
Hex29E6B6302026a0621f
Octal22361531430404624014237
Binary101001111011010111100011010000010011010100000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029e6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,158,107); }

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

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

 a { background-color: rgb(2,158,107); }

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

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

 span { border-color: rgb(2,158,107); }

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