#01AB7D

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

Shades of Free Speech Aquamarine #01AB7D

Tints of Free Speech Aquamarine #01AB7D

Color information

#01AB7D (or 0x01AB7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, AB and 7D. RGB value is (1,171,125). Sum of RGB (Red+Green+Blue) = 1+171+125=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB7D is #FE5482. Grayscale: #727272. Windows color (decimal): -16667779 or 8235777. OLE color: 8235777.

HSL color Cylindrical-coordinate representation of color #01AB7D: hue angle of 163.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB7D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB1171125-
CMYK0.9900.270.33
HSL163.76º98.84%33.73%-
HSV(B)163.76º99.42%67.06%-
XYZ18.2830.6124.35-
YUV114.93133.6846.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=0.34%
G=57.58%
B=42.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11711250.9900.270.33163.7698.8433.73
Hex1AB7D6301B21a46322
Octal12531751430334124414342
Binary11010101111111011100011011011100001101001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AB7D; }

 p { color: rgb(1,171,125); }

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

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

 a { background-color: rgb(1,171,125); }

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

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

 span { border-color: rgb(1,171,125); }

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