#7FFCCB

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

Shades of Aquamarine #7FFCCB

Tints of Aquamarine #7FFCCB

Color information

#7FFCCB (or 0x7FFCCB) is unknown color: approx Aquamarine. HEX triplet: 7F, FC and CB. RGB value is (127,252,203). Sum of RGB (Red+Green+Blue) = 127+252+203=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #7FFCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFCCB is #800334. Grayscale: #D1D1D1. Windows color (decimal): -8389429 or 13368447. OLE color: 13368447.

HSL color Cylindrical-coordinate representation of color #7FFCCB: hue angle of 156.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCCB is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB127252203-
CMYK0.5000.190.01
HSL156.48º95.42%74.31%-
HSV(B)156.48º49.6%98.82%-
XYZ54.3478.4468.78-
YUV209.04124.5969.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.82%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=21.82%
G=43.30%
B=34.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1272522030.5000.190.01156.4895.4274.31
Hex7FFCCB3201319c5f4a
Octal177374313620231234137112
Binary1111111111111001100101111001001001111001110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,252,203); }

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

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

 a { background-color: rgb(127,252,203); }

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

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

 span { border-color: rgb(127,252,203); }

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