#7FFFDC

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

Shades of Aquamarine #7FFFDC

Tints of Aquamarine #7FFFDC

Color information

#7FFFDC (or 0x7FFFDC) is unknown color: approx Aquamarine. HEX triplet: 7F, FF and DC. RGB value is (127,255,220). Sum of RGB (Red+Green+Blue) = 127+255+220=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFFDC is #800023. Grayscale: #D4D4D4. Windows color (decimal): -8388644 or 14483327. OLE color: 14483327.

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

Color convert

RGB127255220-
CMYK0.5000.140
HSL163.59º100%74.9%-
HSV(B)163.59º50.2%100%-
XYZ57.4381.280.36-
YUV212.74132.0966.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.10%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=21.10%
G=42.36%
B=36.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272552200.5000.140163.5910074.9
Hex7FFFDC320E0a4644b
Octal177377334620160244144113
Binary111111111111111110111001100100111001010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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