#7EFDCB

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

Shades of Aquamarine #7EFDCB

Tints of Aquamarine #7EFDCB

Color information

#7EFDCB (or 0x7EFDCB) is unknown color: approx Aquamarine. HEX triplet: 7E, FD and CB. RGB value is (126,253,203). Sum of RGB (Red+Green+Blue) = 126+253+203=582 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.65% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #7EFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFDCB is #810234. Grayscale: #D1D1D1. Windows color (decimal): -8454709 or 13368702. OLE color: 13368702.

HSL color Cylindrical-coordinate representation of color #7EFDCB: hue angle of 156.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFDCB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB126253203-
CMYK0.5000.200.01
HSL156.38º96.95%74.31%-
HSV(B)156.38º50.2%99.22%-
XYZ54.517968.88-
YUV209.33124.4268.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.65%
GREEN value IS 253 (99.22% from 255) = 43.47%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=21.65%
G=43.47%
B=34.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1262532030.5000.200.01156.3896.9574.31
Hex7EFDCB3201419c614a
Octal176375313620241234141112
Binary1111110111111011100101111001001010011001110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,253,203); }

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

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

 a { background-color: rgb(126,253,203); }

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

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

 span { border-color: rgb(126,253,203); }

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