#7FEEE4

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

Shades of Aquamarine #7FEEE4

Tints of Aquamarine #7FEEE4

Color information

#7FEEE4 (or 0x7FEEE4) is unknown color: approx Aquamarine. HEX triplet: 7F, EE and E4. RGB value is (127,238,228). Sum of RGB (Red+Green+Blue) = 127+238+228=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEEE4 is #80111B. Grayscale: #CBCBCB. Windows color (decimal): -8392988 or 15003263. OLE color: 15003263.

HSL color Cylindrical-coordinate representation of color #7FEEE4: hue angle of 174.59º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEE4 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB127238228-
CMYK0.4700.040.07
HSL174.59º76.55%71.57%-
HSV(B)174.59º46.64%93.33%-
XYZ53.3371.2684.34-
YUV203.67141.7373.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 238 (93.36% from 255) = 40.13%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=21.42%
G=40.13%
B=38.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272382280.4700.040.07174.5976.5571.57
Hex7FEEE42F047af4d48
Octal17735634457047257115110
Binary1111111111011101110010010111101001111010111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,238,228); }

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

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

 a { background-color: rgb(127,238,228); }

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

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

 span { border-color: rgb(127,238,228); }

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