#6AEDD1

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

Shades of Aquamarine #6AEDD1

Tints of Aquamarine #6AEDD1

Color information

#6AEDD1 (or 0x6AEDD1) is unknown color: approx Aquamarine. HEX triplet: 6A, ED and D1. RGB value is (106,237,209). Sum of RGB (Red+Green+Blue) = 106+237+209=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDD1 is #95122E. Grayscale: #C2C2C2. Windows color (decimal): -9769519 or 13757802. OLE color: 13757802.

HSL color Cylindrical-coordinate representation of color #6AEDD1: hue angle of 167.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDD1 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB106237209-
CMYK0.5500.120.07
HSL167.18º78.44%67.25%-
HSV(B)167.18º55.27%92.94%-
XYZ47.7468.2470.98-
YUV194.64136.164.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.20%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=19.20%
G=42.93%
B=37.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062372090.5500.120.07167.1878.4467.25
Hex6AEDD1370C7a74e43
Octal152355321670147247116103
Binary11010101110110111010001110111011001111010011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,237,209); }

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

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

 a { background-color: rgb(106,237,209); }

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

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

 span { border-color: rgb(106,237,209); }

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