#6DD5B0

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

Shades of Medium Aquamarine #6DD5B0

Tints of Medium Aquamarine #6DD5B0

Color information

#6DD5B0 (or 0x6DD5B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, D5 and B0. RGB value is (109,213,176). Sum of RGB (Red+Green+Blue) = 109+213+176=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5B0 is #922A4F. Grayscale: #B1B1B1. Windows color (decimal): -9579088 or 11588973. OLE color: 11588973.

HSL color Cylindrical-coordinate representation of color #6DD5B0: hue angle of 158.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD5B0 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB109213176-
CMYK0.4900.170.16
HSL158.65º55.32%63.14%-
HSV(B)158.65º48.83%83.53%-
XYZ37.9453.9749.49-
YUV177.69127.0479.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.89%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 176 (69.14% from 255) = 35.34%
R=21.89%
G=42.77%
B=35.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1092131760.4900.170.16158.6555.3263.14
Hex6DD5B031011109f373f
Octal15532526061021202376777
Binary110110111010101101100001100010100011000010011111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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