#6DFAE3

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

Shades of Aquamarine #6DFAE3

Tints of Aquamarine #6DFAE3

Color information

#6DFAE3 (or 0x6DFAE3) is unknown color: approx Aquamarine. HEX triplet: 6D, FA and E3. RGB value is (109,250,227). Sum of RGB (Red+Green+Blue) = 109+250+227=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 227 (89.06% from 255 or 38.74% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAE3 is #92051C. Grayscale: #CDCDCD. Windows color (decimal): -9569565 or 14940781. OLE color: 14940781.

HSL color Cylindrical-coordinate representation of color #6DFAE3: hue angle of 170.21º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAE3 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB109250227-
CMYK0.5600.090.02
HSL170.21º93.38%70.39%-
HSV(B)170.21º56.4%98.04%-
XYZ54.3677.1784.7-
YUV205.22140.2959.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.60%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 227 (89.06% from 255) = 38.74%
R=18.60%
G=42.66%
B=38.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092502270.5600.090.02170.2193.3870.39
Hex6DFAE338092aa5d46
Octal155372343700112252135106
Binary1101101111110101110001111100001001101010101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DFAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,250,227); }

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

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

 a { background-color: rgb(109,250,227); }

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

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

 span { border-color: rgb(109,250,227); }

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