#6DFDC1

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

Shades of Aquamarine #6DFDC1

Tints of Aquamarine #6DFDC1

Color information

#6DFDC1 (or 0x6DFDC1) is unknown color: approx Aquamarine. HEX triplet: 6D, FD and C1. RGB value is (109,253,193). Sum of RGB (Red+Green+Blue) = 109+253+193=555 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.64% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDC1 is #92023E. Grayscale: #CBCBCB. Windows color (decimal): -9568831 or 12713325. OLE color: 12713325.

HSL color Cylindrical-coordinate representation of color #6DFDC1: hue angle of 155º 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 #6DFDC1 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB109253193-
CMYK0.5700.240.01
HSL155º97.3%70.98%-
HSV(B)155º56.92%99.22%-
XYZ51.0677.3562.69-
YUV203.1122.2960.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.64%
GREEN value IS 253 (99.22% from 255) = 45.59%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=19.64%
G=45.59%
B=34.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092531930.5700.240.0115597.370.98
Hex6DFDC13901819b6147
Octal155375301710301233141107
Binary1101101111111011100000111100101100011001101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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