#7AFFBC

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

Shades of Aquamarine #7AFFBC

Tints of Aquamarine #7AFFBC

Color information

#7AFFBC (or 0x7AFFBC) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and BC. RGB value is (122,255,188). Sum of RGB (Red+Green+Blue) = 122+255+188=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFBC is #850043. Grayscale: #CFCFCF. Windows color (decimal): -8716356 or 12386170. OLE color: 12386170.

HSL color Cylindrical-coordinate representation of color #7AFFBC: hue angle of 149.77º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFBC is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB122255188-
CMYK0.5200.260
HSL149.77º100%73.92%-
HSV(B)149.77º52.16%100%-
XYZ52.8679.2960.09-
YUV207.6116.9466.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=21.59%
G=45.13%
B=33.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222551880.5200.260149.7710073.92
Hex7AFFBC3401A096644a
Octal172377274640320226144112
Binary1111010111111111011110011010001101001001011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,255,188); }

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

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

 a { background-color: rgb(122,255,188); }

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

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

 span { border-color: rgb(122,255,188); }

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