#6AF8E0

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

Shades of Aquamarine #6AF8E0

Tints of Aquamarine #6AF8E0

Color information

#6AF8E0 (or 0x6AF8E0) is unknown color: approx Aquamarine. HEX triplet: 6A, F8 and E0. RGB value is (106,248,224). Sum of RGB (Red+Green+Blue) = 106+248+224=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF8E0 is #95071F. Grayscale: #CACACA. Windows color (decimal): -9766688 or 14743658. OLE color: 14743658.

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

Color convert

RGB106248224-
CMYK0.5700.100.03
HSL169.86º91.03%69.41%-
HSV(B)169.86º57.26%97.25%-
XYZ52.9775.5882.32-
YUV202.81139.9658.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.34%
GREEN value IS 248 (97.27% from 255) = 42.91%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=18.34%
G=42.91%
B=38.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062482240.5700.100.03169.8691.0369.41
Hex6AF8E0390A3aa5b45
Octal152370340710123252133105
Binary1101010111110001110000011100101010111010101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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