#6AEDD8

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

Shades of Aquamarine #6AEDD8

Tints of Aquamarine #6AEDD8

Color information

#6AEDD8 (or 0x6AEDD8) is unknown color: approx Aquamarine. HEX triplet: 6A, ED and D8. RGB value is (106,237,216). Sum of RGB (Red+Green+Blue) = 106+237+216=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDD8 is #951227. Grayscale: #C3C3C3. Windows color (decimal): -9769512 or 14216554. OLE color: 14216554.

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

Color convert

RGB106237216-
CMYK0.5500.090.07
HSL170.38º78.44%67.25%-
HSV(B)170.38º55.27%92.94%-
XYZ48.6268.5975.64-
YUV195.44139.664.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.96%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=18.96%
G=42.40%
B=38.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062372160.5500.090.07170.3878.4467.25
Hex6AEDD837097aa4e43
Octal152355330670117252116103
Binary11010101110110111011000110111010011111010101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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