#7AFDDB

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

Shades of Aquamarine #7AFDDB

Tints of Aquamarine #7AFDDB

Color information

#7AFDDB (or 0x7AFDDB) is unknown color: approx Aquamarine. HEX triplet: 7A, FD and DB. RGB value is (122,253,219). Sum of RGB (Red+Green+Blue) = 122+253+219=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFDDB is #850224. Grayscale: #D1D1D1. Windows color (decimal): -8716837 or 14417274. OLE color: 14417274.

HSL color Cylindrical-coordinate representation of color #7AFDDB: hue angle of 164.43º 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 #7AFDDB is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB122253219-
CMYK0.5200.130.01
HSL164.43º97.04%73.53%-
HSV(B)164.43º51.78%99.22%-
XYZ55.9479.579.42-
YUV209.96133.165.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.54%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=20.54%
G=42.59%
B=36.87%

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
Decimal1222532190.5200.130.01164.4397.0473.53
Hex7AFDDB340D1a4614a
Octal172375333640151244141112
Binary111101011111101110110111101000110111010010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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