#7DF2CC

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

Shades of Aquamarine #7DF2CC

Tints of Aquamarine #7DF2CC

Color information

#7DF2CC (or 0x7DF2CC) is unknown color: approx Aquamarine. HEX triplet: 7D, F2 and CC. RGB value is (125,242,204). Sum of RGB (Red+Green+Blue) = 125+242+204=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF2CC is #820D33. Grayscale: #CACACA. Windows color (decimal): -8523060 or 13431421. OLE color: 13431421.

HSL color Cylindrical-coordinate representation of color #7DF2CC: hue angle of 160.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2CC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB125242204-
CMYK0.4800.160.05
HSL160.51º81.82%71.96%-
HSV(B)160.51º48.35%94.9%-
XYZ51.1172.2268.37-
YUV202.68128.7472.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=21.89%
G=42.38%
B=35.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252422040.4800.160.05160.5181.8271.96
Hex7DF2CC300105a15248
Octal175362314600205241122110
Binary111110111110010110011001100000100001011010000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,204); }

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

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

 a { background-color: rgb(125,242,204); }

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

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

 span { border-color: rgb(125,242,204); }

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