#7DEEC3

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

Shades of Aquamarine #7DEEC3

Tints of Aquamarine #7DEEC3

Color information

#7DEEC3 (or 0x7DEEC3) is unknown color: approx Aquamarine. HEX triplet: 7D, EE and C3. RGB value is (125,238,195). Sum of RGB (Red+Green+Blue) = 125+238+195=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEEC3 is #82113C. Grayscale: #C7C7C7. Windows color (decimal): -8524093 or 12840573. OLE color: 12840573.

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

Color convert

RGB125238195-
CMYK0.4700.180.07
HSL157.17º76.87%71.18%-
HSV(B)157.17º47.48%93.33%-
XYZ48.8869.4562.46-
YUV199.31125.5675-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.40%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=22.40%
G=42.65%
B=34.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252381950.4700.180.07157.1776.8771.18
Hex7DEEC32F01279d4d47
Octal175356303570227235115107
Binary111110111101110110000111011110100101111001110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,238,195); }

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

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

 a { background-color: rgb(125,238,195); }

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

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

 span { border-color: rgb(125,238,195); }

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