#7CEFE4

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

Shades of Aquamarine #7CEFE4

Tints of Aquamarine #7CEFE4

Color information

#7CEFE4 (or 0x7CEFE4) is unknown color: approx Aquamarine. HEX triplet: 7C, EF and E4. RGB value is (124,239,228). Sum of RGB (Red+Green+Blue) = 124+239+228=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEFE4 is #83101B. Grayscale: #CBCBCB. Windows color (decimal): -8589340 or 15003516. OLE color: 15003516.

HSL color Cylindrical-coordinate representation of color #7CEFE4: hue angle of 174.26º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEFE4 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB124239228-
CMYK0.4800.050.06
HSL174.26º78.23%71.18%-
HSV(B)174.26º48.12%93.73%-
XYZ53.1871.6284.42-
YUV203.36141.971.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.98%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=20.98%
G=40.44%
B=38.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242392280.4800.050.06174.2678.2371.18
Hex7CEFE430056ae4e47
Octal17435734460056256116107
Binary1111100111011111110010011000001011101010111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,239,228); }

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

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

 a { background-color: rgb(124,239,228); }

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

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

 span { border-color: rgb(124,239,228); }

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