#029983

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

Shades of Free Speech Aquamarine #029983

Tints of Free Speech Aquamarine #029983

Color information

#029983 (or 0x029983) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 99 and 83. RGB value is (2,153,131). Sum of RGB (Red+Green+Blue) = 2+153+131=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #029983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029983 is #FD667C. Grayscale: #696969. Windows color (decimal): -16606845 or 8624386. OLE color: 8624386.

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

Color convert

RGB2153131-
CMYK0.9900.140.4
HSL171.26º97.42%30.39%-
HSV(B)171.26º98.69%60%-
XYZ15.5124.4325.37-
YUV105.34142.4754.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=0.70%
G=53.50%
B=45.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21531310.9900.140.4171.2697.4230.39
Hex29983630E28ab611e
Octal22312031430165025314136
Binary10100110011000001111000110111010100010101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029983; }

 p { color: rgb(2,153,131); }

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

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

 a { background-color: rgb(2,153,131); }

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

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

 span { border-color: rgb(2,153,131); }

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