#7FFFCA

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

Shades of Aquamarine #7FFFCA

Tints of Aquamarine #7FFFCA

Color information

#7FFFCA (or 0x7FFFCA) is unknown color: approx Aquamarine. HEX triplet: 7F, FF and CA. RGB value is (127,255,202). Sum of RGB (Red+Green+Blue) = 127+255+202=584 (77% of max value = 765). Red value is 127 (50% from 255 or 21.75% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFCA is #800035. Grayscale: #D2D2D2. Windows color (decimal): -8388662 or 13303679. OLE color: 13303679.

HSL color Cylindrical-coordinate representation of color #7FFFCA: hue angle of 155.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFFCA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB127255202-
CMYK0.5000.210
HSL155.16º100%74.9%-
HSV(B)155.16º50.2%100%-
XYZ55.1780.368.47-
YUV210.69123.0968.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.75%
GREEN value IS 255 (100% from 255) = 43.66%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=21.75%
G=43.66%
B=34.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272552020.5000.210155.1610074.9
Hex7FFFCA3201509b644b
Octal177377312620250233144113
Binary1111111111111111100101011001001010101001101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,255,202); }

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

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

 a { background-color: rgb(127,255,202); }

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

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

 span { border-color: rgb(127,255,202); }

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