#7AF1DD

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

Shades of Aquamarine #7AF1DD

Tints of Aquamarine #7AF1DD

Color information

#7AF1DD (or 0x7AF1DD) is unknown color: approx Aquamarine. HEX triplet: 7A, F1 and DD. RGB value is (122,241,221). Sum of RGB (Red+Green+Blue) = 122+241+221=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF1DD is #850E22. Grayscale: #CBCBCB. Windows color (decimal): -8719907 or 14545274. OLE color: 14545274.

HSL color Cylindrical-coordinate representation of color #7AF1DD: hue angle of 169.92º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF1DD is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB122241221-
CMYK0.4900.080.05
HSL169.92º80.95%71.18%-
HSV(B)169.92º49.38%94.51%-
XYZ52.5372.2779.59-
YUV203.14138.0870.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.89%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=20.89%
G=41.27%
B=37.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222412210.4900.080.05169.9280.9571.18
Hex7AF1DD31085aa5147
Octal172361335610105252121107
Binary11110101111000111011101110001010001011010101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,241,221); }

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

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

 a { background-color: rgb(122,241,221); }

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

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

 span { border-color: rgb(122,241,221); }

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