#7FEBDB

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

Shades of Aquamarine #7FEBDB

Tints of Aquamarine #7FEBDB

Color information

#7FEBDB (or 0x7FEBDB) is unknown color: approx Aquamarine. HEX triplet: 7F, EB and DB. RGB value is (127,235,219). Sum of RGB (Red+Green+Blue) = 127+235+219=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBDB is #801424. Grayscale: #C8C8C8. Windows color (decimal): -8393765 or 14412671. OLE color: 14412671.

HSL color Cylindrical-coordinate representation of color #7FEBDB: hue angle of 171.11º 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 #7FEBDB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB127235219-
CMYK0.4600.070.08
HSL171.11º72.97%70.98%-
HSV(B)171.11º45.96%92.16%-
XYZ51.2569.0477.64-
YUV200.88138.2275.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.86%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=21.86%
G=40.45%
B=37.69%

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
Decimal1272352190.4600.070.08171.1172.9770.98
Hex7FEBDB2E078ab4947
Octal177353333560710253111107
Binary11111111110101111011011101110011110001010101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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