#7AF4CC

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

Shades of Aquamarine #7AF4CC

Tints of Aquamarine #7AF4CC

Color information

#7AF4CC (or 0x7AF4CC) is unknown color: approx Aquamarine. HEX triplet: 7A, F4 and CC. RGB value is (122,244,204). Sum of RGB (Red+Green+Blue) = 122+244+204=570 (75% of max value = 765). Red value is 122 (48.05% from 255 or 21.40% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF4CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF4CC is #850B33. Grayscale: #CACACA. Windows color (decimal): -8719156 or 13431930. OLE color: 13431930.

HSL color Cylindrical-coordinate representation of color #7AF4CC: hue angle of 160.33º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF4CC is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB122244204-
CMYK0.500.160.04
HSL160.33º84.72%71.76%-
HSV(B)160.33º50%95.69%-
XYZ51.2873.268.55-
YUV202.96128.5870.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.40%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=21.40%
G=42.81%
B=35.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222442040.500.160.04160.3384.7271.76
Hex7AF4CC320104a05548
Octal172364314620204240125110
Binary111101011110100110011001100100100001001010000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,244,204); }

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

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

 a { background-color: rgb(122,244,204); }

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

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

 span { border-color: rgb(122,244,204); }

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