#6DEAD1

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

Shades of Aquamarine #6DEAD1

Tints of Aquamarine #6DEAD1

Color information

#6DEAD1 (or 0x6DEAD1) is unknown color: approx Aquamarine. HEX triplet: 6D, EA and D1. RGB value is (109,234,209). Sum of RGB (Red+Green+Blue) = 109+234+209=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEAD1 is #92152E. Grayscale: #C1C1C1. Windows color (decimal): -9573679 or 13757037. OLE color: 13757037.

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

Color convert

RGB109234209-
CMYK0.5300.110.08
HSL168º74.85%67.25%-
HSV(B)168º53.42%91.76%-
XYZ47.2466.770.71-
YUV193.78136.5967.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.75%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=19.75%
G=42.39%
B=37.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092342090.5300.110.0816874.8567.25
Hex6DEAD1350B8a84b43
Octal1553523216501310250113103
Binary110110111101010110100011101010101110001010100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,234,209); }

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

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

 a { background-color: rgb(109,234,209); }

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

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

 span { border-color: rgb(109,234,209); }

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