#7AF0CB

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

Shades of Aquamarine #7AF0CB

Tints of Aquamarine #7AF0CB

Color information

#7AF0CB (or 0x7AF0CB) is unknown color: approx Aquamarine. HEX triplet: 7A, F0 and CB. RGB value is (122,240,203). Sum of RGB (Red+Green+Blue) = 122+240+203=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF0CB is #850F34. Grayscale: #C8C8C8. Windows color (decimal): -8720181 or 13365370. OLE color: 13365370.

HSL color Cylindrical-coordinate representation of color #7AF0CB: hue angle of 161.19º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF0CB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB122240203-
CMYK0.4900.150.06
HSL161.19º79.73%70.98%-
HSV(B)161.19º49.17%94.12%-
XYZ49.9770.7767.53-
YUV200.5129.4172.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 240 (94.14% from 255) = 42.48%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=21.59%
G=42.48%
B=35.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222402030.4900.150.06161.1979.7370.98
Hex7AF0CB310F6a15047
Octal172360313610176241120107
Binary11110101111000011001011110001011111101010000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,240,203); }

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

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

 a { background-color: rgb(122,240,203); }

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

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

 span { border-color: rgb(122,240,203); }

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