#7DEFC0

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

Shades of Aquamarine #7DEFC0

Tints of Aquamarine #7DEFC0

Color information

#7DEFC0 (or 0x7DEFC0) is unknown color: approx Aquamarine. HEX triplet: 7D, EF and C0. RGB value is (125,239,192). Sum of RGB (Red+Green+Blue) = 125+239+192=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEFC0 is #82103F. Grayscale: #C7C7C7. Windows color (decimal): -8523840 or 12644221. OLE color: 12644221.

HSL color Cylindrical-coordinate representation of color #7DEFC0: hue angle of 155.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 #7DEFC0 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB125239192-
CMYK0.4800.200.06
HSL155.26º78.08%71.37%-
HSV(B)155.26º47.7%93.73%-
XYZ48.8469.960.79-
YUV199.56123.7374.82-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.48%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=22.48%
G=42.99%
B=34.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391920.4800.200.06155.2678.0871.37
Hex7DEFC03001469b4e47
Octal175357300600246233116107
Binary111110111101111110000001100000101001101001101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,239,192); }

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

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

 a { background-color: rgb(125,239,192); }

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

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

 span { border-color: rgb(125,239,192); }

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