#6DFDB1

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

Shades of Aquamarine #6DFDB1

Tints of Aquamarine #6DFDB1

Color information

#6DFDB1 (or 0x6DFDB1) is unknown color: approx Aquamarine. HEX triplet: 6D, FD and B1. RGB value is (109,253,177). Sum of RGB (Red+Green+Blue) = 109+253+177=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFDB1 is #92024E. Grayscale: #C9C9C9. Windows color (decimal): -9568847 or 11664749. OLE color: 11664749.

HSL color Cylindrical-coordinate representation of color #6DFDB1: hue angle of 148.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDB1 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB109253177-
CMYK0.5700.300.01
HSL148.33º97.3%70.98%-
HSV(B)148.33º56.92%99.22%-
XYZ49.3776.6853.79-
YUV201.28114.2962.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.22%
GREEN value IS 253 (99.22% from 255) = 46.94%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=20.22%
G=46.94%
B=32.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092531770.5700.300.01148.3397.370.98
Hex6DFDB13901E1946147
Octal155375261710361224141107
Binary1101101111111011011000111100101111011001010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DFDB1; }

 p { color: rgb(109,253,177); }

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

<style>
 a { background-color: #6DFDB1; }

 a { background-color: rgb(109,253,177); }

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

<style>
 span { border-color: #6DFDB1; }

 span { border-color: rgb(109,253,177); }

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