#06AB82

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

Shades of Free Speech Aquamarine #06AB82

Tints of Free Speech Aquamarine #06AB82

Color information

#06AB82 (or 0x06AB82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, AB and 82. RGB value is (6,171,130). Sum of RGB (Red+Green+Blue) = 6+171+130=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AB82 is #F9547D. Grayscale: #747474. Windows color (decimal): -16340094 or 8563462. OLE color: 8563462.

HSL color Cylindrical-coordinate representation of color #06AB82: hue angle of 165.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AB82 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB6171130-
CMYK0.9600.240.33
HSL165.09º93.22%34.71%-
HSV(B)165.09º96.49%67.06%-
XYZ18.6730.7826.08-
YUV116.99135.3448.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 171 (67.19% from 255) = 55.70%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=1.95%
G=55.70%
B=42.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61711300.9600.240.33165.0993.2234.71
Hex6AB826001821a55d23
Octal62532021400304124513543
Binary11010101011100000101100000011000100001101001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AB82; }

 p { color: rgb(6,171,130); }

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

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

 a { background-color: rgb(6,171,130); }

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

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

 span { border-color: rgb(6,171,130); }

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