#6AF8E1

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

Shades of Aquamarine #6AF8E1

Tints of Aquamarine #6AF8E1

Color information

#6AF8E1 (or 0x6AF8E1) is unknown color: approx Aquamarine. HEX triplet: 6A, F8 and E1. RGB value is (106,248,225). Sum of RGB (Red+Green+Blue) = 106+248+225=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF8E1 is #95071E. Grayscale: #CACACA. Windows color (decimal): -9766687 or 14809194. OLE color: 14809194.

HSL color Cylindrical-coordinate representation of color #6AF8E1: hue angle of 170.28º degrees, saturation: 0.91, 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 #6AF8E1 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB106248225-
CMYK0.5700.090.03
HSL170.28º91.03%69.41%-
HSV(B)170.28º57.26%97.25%-
XYZ53.175.6483.03-
YUV202.92140.4658.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.31%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=18.31%
G=42.83%
B=38.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062482250.5700.090.03170.2891.0369.41
Hex6AF8E139093aa5b45
Octal152370341710113252133105
Binary1101010111110001110000111100101001111010101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,248,225); }

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

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

 a { background-color: rgb(106,248,225); }

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

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

 span { border-color: rgb(106,248,225); }

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