#7AFFCB

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

Shades of Aquamarine #7AFFCB

Tints of Aquamarine #7AFFCB

Color information

#7AFFCB (or 0x7AFFCB) is unknown color: approx Aquamarine. HEX triplet: 7A, FF and CB. RGB value is (122,255,203). Sum of RGB (Red+Green+Blue) = 122+255+203=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7AFFCB is #850034. Grayscale: #D1D1D1. Windows color (decimal): -8716341 or 13369210. OLE color: 13369210.

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

Color convert

RGB122255203-
CMYK0.5200.200
HSL156.54º100%73.92%-
HSV(B)156.54º52.16%100%-
XYZ54.5779.9769.06-
YUV209.3124.4465.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.03%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 203 (79.69% from 255) = 35%
R=21.03%
G=43.97%
B=35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222552030.5200.200156.5410073.92
Hex7AFFCB3401409d644a
Octal172377313640240235144112
Binary1111010111111111100101111010001010001001110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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