#6DFBD1

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

Shades of Aquamarine #6DFBD1

Tints of Aquamarine #6DFBD1

Color information

#6DFBD1 (or 0x6DFBD1) is unknown color: approx Aquamarine. HEX triplet: 6D, FB and D1. RGB value is (109,251,209). Sum of RGB (Red+Green+Blue) = 109+251+209=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBD1 is #92042E. Grayscale: #CBCBCB. Windows color (decimal): -9569327 or 13761389. OLE color: 13761389.

HSL color Cylindrical-coordinate representation of color #6DFBD1: hue angle of 162.25º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFBD1 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB109251209-
CMYK0.5700.170.02
HSL162.25º94.67%70.59%-
HSV(B)162.25º56.57%98.43%-
XYZ52.3176.8572.4-
YUV203.75130.9660.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.16%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=19.16%
G=44.11%
B=36.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092512090.5700.170.02162.2594.6770.59
Hex6DFBD1390112a25f47
Octal155373321710212242137107
Binary11011011111101111010001111001010001101010001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,251,209); }

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

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

 a { background-color: rgb(109,251,209); }

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

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

 span { border-color: rgb(109,251,209); }

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