#6CFED0

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

Shades of Aquamarine #6CFED0

Tints of Aquamarine #6CFED0

Color information

#6CFED0 (or 0x6CFED0) is unknown color: approx Aquamarine. HEX triplet: 6C, FE and D0. RGB value is (108,254,208). Sum of RGB (Red+Green+Blue) = 108+254+208=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #6CFED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFED0 is #93012F. Grayscale: #CDCDCD. Windows color (decimal): -9634096 or 13696620. OLE color: 13696620.

HSL color Cylindrical-coordinate representation of color #6CFED0: hue angle of 161.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFED0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB108254208-
CMYK0.5700.180.00
HSL161.1º98.65%70.98%-
HSV(B)161.1º57.48%99.61%-
XYZ53.0178.6372.06-
YUV205.1129.6358.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.95%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=18.95%
G=44.56%
B=36.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1082542080.5700.180.00161.198.6570.98
Hex6CFED0390120a16347
Octal154376320710220241143107
Binary1101100111111101101000011100101001001010000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,254,208); }

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

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

 a { background-color: rgb(108,254,208); }

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

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

 span { border-color: rgb(108,254,208); }

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