#7AFCB8

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

Shades of Aquamarine #7AFCB8

Tints of Aquamarine #7AFCB8

Color information

#7AFCB8 (or 0x7AFCB8) is unknown color: approx Aquamarine. HEX triplet: 7A, FC and B8. RGB value is (122,252,184). Sum of RGB (Red+Green+Blue) = 122+252+184=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFCB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFCB8 is #850347. Grayscale: #CDCDCD. Windows color (decimal): -8717128 or 12123258. OLE color: 12123258.

HSL color Cylindrical-coordinate representation of color #7AFCB8: hue angle of 148.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFCB8 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB122252184-
CMYK0.5200.270.01
HSL148.62º95.59%73.33%-
HSV(B)148.62º51.59%98.82%-
XYZ51.4977.2257.54-
YUV205.38115.9368.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.86%
GREEN value IS 252 (98.83% from 255) = 45.16%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=21.86%
G=45.16%
B=32.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1222521840.5200.270.01148.6295.5973.33
Hex7AFCB83401B1956049
Octal172374270640331225140111
Binary1111010111111001011100011010001101111001010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,252,184); }

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

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

 a { background-color: rgb(122,252,184); }

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

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

 span { border-color: rgb(122,252,184); }

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