#7DFBDC

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

Shades of Aquamarine #7DFBDC

Tints of Aquamarine #7DFBDC

Color information

#7DFBDC (or 0x7DFBDC) is unknown color: approx Aquamarine. HEX triplet: 7D, FB and DC. RGB value is (125,251,220). Sum of RGB (Red+Green+Blue) = 125+251+220=596 (78% of max value = 765). Red value is 125 (49.22% from 255 or 20.97% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #7DFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFBDC is #820423. Grayscale: #D1D1D1. Windows color (decimal): -8520740 or 14482301. OLE color: 14482301.

HSL color Cylindrical-coordinate representation of color #7DFBDC: hue angle of 165.24º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFBDC is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB125251220-
CMYK0.5000.120.02
HSL165.24º94.03%73.73%-
HSV(B)165.24º50.2%98.43%-
XYZ55.8778.5279.92-
YUV209.79133.7667.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.97%
GREEN value IS 251 (98.44% from 255) = 42.11%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=20.97%
G=42.11%
B=36.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252512200.5000.120.02165.2494.0373.73
Hex7DFBDC320C2a55e4a
Octal175373334620142245136112
Binary1111101111110111101110011001001100101010010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,251,220); }

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

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

 a { background-color: rgb(125,251,220); }

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

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

 span { border-color: rgb(125,251,220); }

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