#6DFCC8

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

Shades of Aquamarine #6DFCC8

Tints of Aquamarine #6DFCC8

Color information

#6DFCC8 (or 0x6DFCC8) is unknown color: approx Aquamarine. HEX triplet: 6D, FC and C8. RGB value is (109,252,200). Sum of RGB (Red+Green+Blue) = 109+252+200=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFCC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFCC8 is #920337. Grayscale: #CBCBCB. Windows color (decimal): -9569080 or 13171821. OLE color: 13171821.

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

Color convert

RGB109252200-
CMYK0.5700.210.01
HSL158.18º95.97%70.78%-
HSV(B)158.18º56.75%98.82%-
XYZ51.5477.0466.8-
YUV203.32126.1260.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.43%
GREEN value IS 252 (98.83% from 255) = 44.92%
BLUE value IS 200 (78.52% from 255) = 35.65%
R=19.43%
G=44.92%
B=35.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092522000.5700.210.01158.1895.9770.78
Hex6DFCC83901519e6047
Octal155374310710251236140107
Binary1101101111111001100100011100101010111001111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,252,200); }

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

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

 a { background-color: rgb(109,252,200); }

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

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

 span { border-color: rgb(109,252,200); }

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