#7AFDDD

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

Shades of Aquamarine #7AFDDD

Tints of Aquamarine #7AFDDD

Color information

#7AFDDD (or 0x7AFDDD) is unknown color: approx Aquamarine. HEX triplet: 7A, FD and DD. RGB value is (122,253,221). Sum of RGB (Red+Green+Blue) = 122+253+221=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDDD is #850222. Grayscale: #D2D2D2. Windows color (decimal): -8716835 or 14548346. OLE color: 14548346.

HSL color Cylindrical-coordinate representation of color #7AFDDD: hue angle of 165.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFDDD is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB122253221-
CMYK0.5200.130.01
HSL165.34º97.04%73.53%-
HSV(B)165.34º51.78%99.22%-
XYZ56.279.6180.81-
YUV210.18134.165.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.47%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=20.47%
G=42.45%
B=37.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222532210.5200.130.01165.3497.0473.53
Hex7AFDDD340D1a5614a
Octal172375335640151245141112
Binary111101011111101110111011101000110111010010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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