#7DCEA8

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

Shades of Medium Aquamarine #7DCEA8

Tints of Medium Aquamarine #7DCEA8

Color information

#7DCEA8 (or 0x7DCEA8) is unknown color: approx Medium Aquamarine. HEX triplet: 7D, CE and A8. RGB value is (125,206,168). Sum of RGB (Red+Green+Blue) = 125+206+168=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEA8 is #823157. Grayscale: #B1B1B1. Windows color (decimal): -8532312 or 11062909. OLE color: 11062909.

HSL color Cylindrical-coordinate representation of color #7DCEA8: hue angle of 151.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEA8 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB125206168-
CMYK0.3900.180.19
HSL151.85º45.25%64.9%-
HSV(B)151.85º39.32%80.78%-
XYZ37.651.3344.97-
YUV177.45122.6690.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 168 (66.02% from 255) = 33.67%
R=25.05%
G=41.28%
B=33.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061680.3900.180.19151.8545.2564.9
Hex7DCEA82701213982d41
Octal175316250470222323055101
Binary1111101110011101010100010011101001010011100110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCEA8; }

 p { color: rgb(125,206,168); }

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

<style>
 a { background-color: #7DCEA8; }

 a { background-color: rgb(125,206,168); }

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

<style>
 span { border-color: #7DCEA8; }

 span { border-color: rgb(125,206,168); }

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