#7FEBE0

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

Shades of Aquamarine #7FEBE0

Tints of Aquamarine #7FEBE0

Color information

#7FEBE0 (or 0x7FEBE0) is unknown color: approx Aquamarine. HEX triplet: 7F, EB and E0. RGB value is (127,235,224). Sum of RGB (Red+Green+Blue) = 127+235+224=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBE0 is #80141F. Grayscale: #C9C9C9. Windows color (decimal): -8393760 or 14740351. OLE color: 14740351.

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

Color convert

RGB127235224-
CMYK0.4600.050.08
HSL173.89º72.97%70.98%-
HSV(B)173.89º45.96%92.16%-
XYZ51.9269.3181.16-
YUV201.45140.7274.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.67%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=21.67%
G=40.10%
B=38.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272352240.4600.050.08173.8972.9770.98
Hex7FEBE02E058ae4947
Octal177353340560510256111107
Binary11111111110101111100000101110010110001010111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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