#08AB81

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

Shades of Free Speech Aquamarine #08AB81

Tints of Free Speech Aquamarine #08AB81

Color information

#08AB81 (or 0x08AB81) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, AB and 81. RGB value is (8,171,129). Sum of RGB (Red+Green+Blue) = 8+171+129=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AB81 is #F7547E. Grayscale: #757575. Windows color (decimal): -16209023 or 8497928. OLE color: 8497928.

HSL color Cylindrical-coordinate representation of color #08AB81: hue angle of 164.54º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AB81 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB8171129-
CMYK0.9500.250.33
HSL164.54º91.06%35.1%-
HSV(B)164.54º95.32%67.06%-
XYZ18.6330.7625.72-
YUV117.48134.549.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=2.60%
G=55.52%
B=41.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81711290.9500.250.33164.5491.0635.1
Hex8AB815F01921a55b23
Octal102532011370314124513343
Binary100010101011100000011011111011001100001101001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AB81; }

 p { color: rgb(8,171,129); }

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

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

 a { background-color: rgb(8,171,129); }

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

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

 span { border-color: rgb(8,171,129); }

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