#7EF3CC

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

Shades of Aquamarine #7EF3CC

Tints of Aquamarine #7EF3CC

Color information

#7EF3CC (or 0x7EF3CC) is unknown color: approx Aquamarine. HEX triplet: 7E, F3 and CC. RGB value is (126,243,204). Sum of RGB (Red+Green+Blue) = 126+243+204=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF3CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EF3CC is #810C33. Grayscale: #CBCBCB. Windows color (decimal): -8457268 or 13431678. OLE color: 13431678.

HSL color Cylindrical-coordinate representation of color #7EF3CC: hue angle of 160º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF3CC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB126243204-
CMYK0.4800.160.05
HSL160º82.98%72.35%-
HSV(B)160º48.15%95.29%-
XYZ51.5572.968.48-
YUV203.57128.2472.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.99%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=21.99%
G=42.41%
B=35.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1262432040.4800.160.0516082.9872.35
Hex7EF3CC300105a05348
Octal176363314600205240123110
Binary111111011110011110011001100000100001011010000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,243,204); }

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

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

 a { background-color: rgb(126,243,204); }

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

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

 span { border-color: rgb(126,243,204); }

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