#6DEBD0

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

Shades of Aquamarine #6DEBD0

Tints of Aquamarine #6DEBD0

Color information

#6DEBD0 (or 0x6DEBD0) is unknown color: approx Aquamarine. HEX triplet: 6D, EB and D0. RGB value is (109,235,208). Sum of RGB (Red+Green+Blue) = 109+235+208=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBD0 is #92142F. Grayscale: #C2C2C2. Windows color (decimal): -9573424 or 13691757. OLE color: 13691757.

HSL color Cylindrical-coordinate representation of color #6DEBD0: hue angle of 167.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBD0 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB109235208-
CMYK0.5400.110.08
HSL167.14º75.9%67.45%-
HSV(B)167.14º53.62%92.16%-
XYZ47.467.2270.15-
YUV194.25135.7667.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.75%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=19.75%
G=42.57%
B=37.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092352080.5400.110.08167.1475.967.45
Hex6DEBD0360B8a74c43
Octal1553533206601310247114103
Binary110110111101011110100001101100101110001010011110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,235,208); }

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

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

 a { background-color: rgb(109,235,208); }

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

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

 span { border-color: rgb(109,235,208); }

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