#7DFDCB

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

Shades of Aquamarine #7DFDCB

Tints of Aquamarine #7DFDCB

Color information

#7DFDCB (or 0x7DFDCB) is unknown color: approx Aquamarine. HEX triplet: 7D, FD and CB. RGB value is (125,253,203). Sum of RGB (Red+Green+Blue) = 125+253+203=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DFDCB is #820234. Grayscale: #D1D1D1. Windows color (decimal): -8520245 or 13368701. OLE color: 13368701.

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

Color convert

RGB125253203-
CMYK0.5100.200.01
HSL156.56º96.97%74.12%-
HSV(B)156.56º50.59%99.22%-
XYZ54.3678.9268.87-
YUV209.03124.5968.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.51%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=21.51%
G=43.55%
B=34.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252532030.5100.200.01156.5696.9774.12
Hex7DFDCB3301419d614a
Octal175375313630241235141112
Binary1111101111111011100101111001101010011001110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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