#7AFFBD

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

Shades of Aquamarine #7AFFBD

Tints of Aquamarine #7AFFBD

Color information

#7AFFBD (or 0x7AFFBD) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and BD. RGB value is (122,255,189). Sum of RGB (Red+Green+Blue) = 122+255+189=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFBD is #850042. Grayscale: #CFCFCF. Windows color (decimal): -8716355 or 12451706. OLE color: 12451706.

HSL color Cylindrical-coordinate representation of color #7AFFBD: hue angle of 150.23º 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 #7AFFBD is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB122255189-
CMYK0.5200.260
HSL150.23º100%73.92%-
HSV(B)150.23º52.16%100%-
XYZ52.9779.3360.66-
YUV207.71117.4466.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.55%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=21.55%
G=45.05%
B=33.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222551890.5200.260150.2310073.92
Hex7AFFBD3401A096644a
Octal172377275640320226144112
Binary1111010111111111011110111010001101001001011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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