#7AFFDB

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

Shades of Aquamarine #7AFFDB

Tints of Aquamarine #7AFFDB

Color information

#7AFFDB (or 0x7AFFDB) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and DB. RGB value is (122,255,219). Sum of RGB (Red+Green+Blue) = 122+255+219=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFDB is #850024. Grayscale: #D3D3D3. Windows color (decimal): -8716325 or 14417786. OLE color: 14417786.

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

Color convert

RGB122255219-
CMYK0.5200.140
HSL163.76º100%73.92%-
HSV(B)163.76º52.16%100%-
XYZ56.5780.7779.63-
YUV211.13132.4464.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.47%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 219 (85.94% from 255) = 36.74%
R=20.47%
G=42.79%
B=36.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552190.5200.140163.7610073.92
Hex7AFFDB340E0a4644a
Octal172377333640160244144112
Binary111101011111111110110111101000111001010010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,219); }

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

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

 a { background-color: rgb(122,255,219); }

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

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

 span { border-color: rgb(122,255,219); }

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