#6DDAB0

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

Shades of Medium Aquamarine #6DDAB0

Tints of Medium Aquamarine #6DDAB0

Color information

#6DDAB0 (or 0x6DDAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, DA and B0. RGB value is (109,218,176). Sum of RGB (Red+Green+Blue) = 109+218+176=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDAB0 is #92254F. Grayscale: #B4B4B4. Windows color (decimal): -9577808 or 11590253. OLE color: 11590253.

HSL color Cylindrical-coordinate representation of color #6DDAB0: hue angle of 156.88º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDAB0 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB109218176-
CMYK0.500.190.15
HSL156.88º59.56%64.12%-
HSV(B)156.88º50%85.49%-
XYZ39.2156.5349.92-
YUV180.62125.3976.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.67%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 176 (69.14% from 255) = 34.99%
R=21.67%
G=43.34%
B=34.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1092181760.500.190.15156.8859.5664.12
Hex6DDAB032013F9d3c40
Octal155332260620231723574100
Binary110110111011010101100001100100100111111100111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,218,176); }

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

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

 a { background-color: rgb(109,218,176); }

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

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

 span { border-color: rgb(109,218,176); }

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