#10A572

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

Shades of Free Speech Aquamarine #10A572

Tints of Free Speech Aquamarine #10A572

Color information

#10A572 (or 0x10A572) is unknown color: approx Free Speech Aquamarine. HEX triplet: 10, A5 and 72. RGB value is (16,165,114). Sum of RGB (Red+Green+Blue) = 16+165+114=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #10A572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A572 is #EF5A8D. Grayscale: #727272. Windows color (decimal): -15686286 or 7513360. OLE color: 7513360.

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

Color convert

RGB16165114-
CMYK0.9000.310.35
HSL159.46º82.32%35.49%-
HSV(B)159.46º90.3%64.71%-
XYZ16.7128.2420.49-
YUV114.64127.6457.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=5.42%
G=55.93%
B=38.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161651140.9000.310.35159.4682.3235.49
Hex10A5725A01F239f5223
Octal202451621320374323712243
Binary100001010010111100101011010011111100011100111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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