#7FEBDA

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

Shades of Aquamarine #7FEBDA

Tints of Aquamarine #7FEBDA

Color information

#7FEBDA (or 0x7FEBDA) is unknown color: approx Aquamarine. HEX triplet: 7F, EB and DA. RGB value is (127,235,218). Sum of RGB (Red+Green+Blue) = 127+235+218=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBDA is #801425. Grayscale: #C8C8C8. Windows color (decimal): -8393766 or 14347135. OLE color: 14347135.

HSL color Cylindrical-coordinate representation of color #7FEBDA: hue angle of 170.56º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBDA is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB127235218-
CMYK0.4600.070.08
HSL170.56º72.97%70.98%-
HSV(B)170.56º45.96%92.16%-
XYZ51.1268.9976.95-
YUV200.77137.7275.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.90%
GREEN value IS 235 (92.19% from 255) = 40.52%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=21.90%
G=40.52%
B=37.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272352180.4600.070.08170.5672.9770.98
Hex7FEBDA2E078ab4947
Octal177353332560710253111107
Binary11111111110101111011010101110011110001010101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,235,218); }

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

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

 a { background-color: rgb(127,235,218); }

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

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

 span { border-color: rgb(127,235,218); }

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