#7AF8C1

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

Shades of Aquamarine #7AF8C1

Tints of Aquamarine #7AF8C1

Color information

#7AF8C1 (or 0x7AF8C1) is unknown color: approx Aquamarine. HEX triplet: 7A, F8 and C1. RGB value is (122,248,193). Sum of RGB (Red+Green+Blue) = 122+248+193=563 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.67% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AF8C1 is #85073E. Grayscale: #CCCCCC. Windows color (decimal): -8718143 or 12712058. OLE color: 12712058.

HSL color Cylindrical-coordinate representation of color #7AF8C1: hue angle of 153.81º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8C1 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB122248193-
CMYK0.5100.220.03
HSL153.81º90%72.55%-
HSV(B)153.81º50.81%97.25%-
XYZ51.2275.1262.25-
YUV204.06121.7669.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.67%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=21.67%
G=44.05%
B=34.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222481930.5100.220.03153.819072.55
Hex7AF8C13301639a5a49
Octal172370301630263232132111
Binary11110101111100011000001110011010110111001101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,248,193); }

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

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

 a { background-color: rgb(122,248,193); }

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

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

 span { border-color: rgb(122,248,193); }

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