#6CF8D5

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

Shades of Aquamarine #6CF8D5

Tints of Aquamarine #6CF8D5

Color information

#6CF8D5 (or 0x6CF8D5) is unknown color: approx Aquamarine. HEX triplet: 6C, F8 and D5. RGB value is (108,248,213). Sum of RGB (Red+Green+Blue) = 108+248+213=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #6CF8D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF8D5 is #93072A. Grayscale: #CACACA. Windows color (decimal): -9635627 or 14022764. OLE color: 14022764.

HSL color Cylindrical-coordinate representation of color #6CF8D5: hue angle of 165º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF8D5 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB108248213-
CMYK0.5600.140.03
HSL165º90.91%69.8%-
HSV(B)165º56.45%97.25%-
XYZ51.7675.1374.72-
YUV202.15134.1260.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.98%
GREEN value IS 248 (97.27% from 255) = 43.59%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=18.98%
G=43.59%
B=37.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1082482130.5600.140.0316590.9169.8
Hex6CF8D5380E3a55b46
Octal154370325700163245133106
Binary1101100111110001101010111100001110111010010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,248,213); }

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

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

 a { background-color: rgb(108,248,213); }

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

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

 span { border-color: rgb(108,248,213); }

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