#70CFA5

Color #70CFA5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #70CFA5

Tints of Medium Aquamarine #70CFA5

Color information

#70CFA5 (or 0x70CFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 70, CF and A5. RGB value is (112,207,165). Sum of RGB (Red+Green+Blue) = 112+207+165=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CFA5 is #8F305A. Grayscale: #ADADAD. Windows color (decimal): -9384027 or 10866544. OLE color: 10866544.

HSL color Cylindrical-coordinate representation of color #70CFA5: hue angle of 153.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFA5 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB112207165-
CMYK0.4600.200.19
HSL153.47º49.74%62.55%-
HSV(B)153.47º45.89%81.18%-
XYZ35.7950.7943.51-
YUV173.81123.0383.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 207 (81.25% from 255) = 42.77%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=23.14%
G=42.77%
B=34.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071650.4600.200.19153.4749.7462.55
Hex70CFA52E0141399323f
Octal16031724556024232316277
Binary111000011001111101001011011100101001001110011001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70CFA5; }

 p { color: rgb(112,207,165); }

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

<style>
 a { background-color: #70CFA5; }

 a { background-color: rgb(112,207,165); }

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

<style>
 span { border-color: #70CFA5; }

 span { border-color: rgb(112,207,165); }

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