#6AEDD5

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

Shades of Aquamarine #6AEDD5

Tints of Aquamarine #6AEDD5

Color information

#6AEDD5 (or 0x6AEDD5) is unknown color: approx Aquamarine. HEX triplet: 6A, ED and D5. RGB value is (106,237,213). Sum of RGB (Red+Green+Blue) = 106+237+213=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDD5 is #95122A. Grayscale: #C3C3C3. Windows color (decimal): -9769515 or 14019946. OLE color: 14019946.

HSL color Cylindrical-coordinate representation of color #6AEDD5: hue angle of 169.01º 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 #6AEDD5 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB106237213-
CMYK0.5500.100.07
HSL169.01º78.44%67.25%-
HSV(B)169.01º55.27%92.94%-
XYZ48.2468.4473.62-
YUV195.1138.164.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.06%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=19.06%
G=42.63%
B=38.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062372130.5500.100.07169.0178.4467.25
Hex6AEDD5370A7a94e43
Octal152355325670127251116103
Binary11010101110110111010101110111010101111010100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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