#6CFAC6

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

Shades of Aquamarine #6CFAC6

Tints of Aquamarine #6CFAC6

Color information

#6CFAC6 (or 0x6CFAC6) is unknown color: approx Aquamarine. HEX triplet: 6C, FA and C6. RGB value is (108,250,198). Sum of RGB (Red+Green+Blue) = 108+250+198=556 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.42% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFAC6 is #930539. Grayscale: #C9C9C9. Windows color (decimal): -9635130 or 13040236. OLE color: 13040236.

HSL color Cylindrical-coordinate representation of color #6CFAC6: hue angle of 158.03º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFAC6 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB108250198-
CMYK0.5700.210.02
HSL158.03º93.42%70.2%-
HSV(B)158.03º56.8%98.04%-
XYZ50.5675.6465.36-
YUV201.61125.9661.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.42%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=19.42%
G=44.96%
B=35.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082501980.5700.210.02158.0393.4270.2
Hex6CFAC63901529e5d46
Octal154372306710252236135106
Binary11011001111101011000110111001010101101001111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,250,198); }

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

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

 a { background-color: rgb(108,250,198); }

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

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

 span { border-color: rgb(108,250,198); }

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