#7AF3DB

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

Shades of Aquamarine #7AF3DB

Tints of Aquamarine #7AF3DB

Color information

#7AF3DB (or 0x7AF3DB) is unknown color: approx Aquamarine. HEX triplet: 7A, F3 and DB. RGB value is (122,243,219). Sum of RGB (Red+Green+Blue) = 122+243+219=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF3DB is #850C24. Grayscale: #CCCCCC. Windows color (decimal): -8719397 or 14414714. OLE color: 14414714.

HSL color Cylindrical-coordinate representation of color #7AF3DB: hue angle of 168.1º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF3DB is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB122243219-
CMYK0.5000.100.05
HSL168.1º83.45%71.57%-
HSV(B)168.1º49.79%95.29%-
XYZ52.8673.3578.39-
YUV204.08136.4169.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 20.89%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=20.89%
G=41.61%
B=37.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222432190.5000.100.05168.183.4571.57
Hex7AF3DB320A5a85348
Octal172363333620125250123110
Binary11110101111001111011011110010010101011010100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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