#6AF7CE

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

Shades of Aquamarine #6AF7CE

Tints of Aquamarine #6AF7CE

Color information

#6AF7CE (or 0x6AF7CE) is unknown color: approx Aquamarine. HEX triplet: 6A, F7 and CE. RGB value is (106,247,206). Sum of RGB (Red+Green+Blue) = 106+247+206=559 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.96% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7CE is #950831. Grayscale: #C8C8C8. Windows color (decimal): -9766962 or 13563754. OLE color: 13563754.

HSL color Cylindrical-coordinate representation of color #6AF7CE: hue angle of 162.55º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF7CE is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB106247206-
CMYK0.5700.170.03
HSL162.55º89.81%69.22%-
HSV(B)162.55º57.09%96.86%-
XYZ50.3574.0470.03-
YUV200.17131.2960.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.96%
GREEN value IS 247 (96.88% from 255) = 44.19%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=18.96%
G=44.19%
B=36.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062472060.5700.170.03162.5589.8169.22
Hex6AF7CE390113a35a45
Octal152367316710213243132105
Binary11010101111011111001110111001010001111010001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,247,206); }

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

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

 a { background-color: rgb(106,247,206); }

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

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

 span { border-color: rgb(106,247,206); }

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