#08A572

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

Shades of Free Speech Aquamarine #08A572

Tints of Free Speech Aquamarine #08A572

Color information

#08A572 (or 0x08A572) is unknown color: approx Free Speech Aquamarine. HEX triplet: 08, A5 and 72. RGB value is (8,165,114). Sum of RGB (Red+Green+Blue) = 8+165+114=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #08A572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A572 is #F75A8D. Grayscale: #707070. Windows color (decimal): -16210574 or 7513352. OLE color: 7513352.

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

Color convert

RGB8165114-
CMYK0.9500.310.35
HSL160.51º90.75%33.92%-
HSV(B)160.51º95.15%64.71%-
XYZ16.5928.1820.48-
YUV112.24128.9953.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=2.79%
G=57.49%
B=39.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81651140.9500.310.35160.5190.7533.92
Hex8A5725F01F23a15b22
Octal102451621370374324113342
Binary10001010010111100101011111011111100011101000011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,165,114); }

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

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

 a { background-color: rgb(8,165,114); }

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

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

 span { border-color: rgb(8,165,114); }

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