#6DFBD2

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

Shades of Aquamarine #6DFBD2

Tints of Aquamarine #6DFBD2

Color information

#6DFBD2 (or 0x6DFBD2) is unknown color: approx Aquamarine. HEX triplet: 6D, FB and D2. RGB value is (109,251,210). Sum of RGB (Red+Green+Blue) = 109+251+210=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBD2 is #92042D. Grayscale: #CBCBCB. Windows color (decimal): -9569326 or 13826925. OLE color: 13826925.

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

Color convert

RGB109251210-
CMYK0.5700.160.02
HSL162.68º94.67%70.59%-
HSV(B)162.68º56.57%98.43%-
XYZ52.4476.973.05-
YUV203.87131.4660.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.12%
GREEN value IS 251 (98.44% from 255) = 44.04%
BLUE value IS 210 (82.42% from 255) = 36.84%
R=19.12%
G=44.04%
B=36.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092512100.5700.160.02162.6894.6770.59
Hex6DFBD2390102a35f47
Octal155373322710202243137107
Binary11011011111101111010010111001010000101010001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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