#6CFABD

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

Shades of Aquamarine #6CFABD

Tints of Aquamarine #6CFABD

Color information

#6CFABD (or 0x6CFABD) is unknown color: approx Aquamarine. HEX triplet: 6C, FA and BD. RGB value is (108,250,189). Sum of RGB (Red+Green+Blue) = 108+250+189=547 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.74% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CFABD is #930542. Grayscale: #C8C8C8. Windows color (decimal): -9635139 or 12450412. OLE color: 12450412.

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

Color convert

RGB108250189-
CMYK0.5700.240.02
HSL154.23º93.42%70.2%-
HSV(B)154.23º56.8%98.04%-
XYZ49.5675.2360.05-
YUV200.59121.4661.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.74%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=19.74%
G=45.70%
B=34.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082501890.5700.240.02154.2393.4270.2
Hex6CFABD3901829a5d46
Octal154372275710302232135106
Binary11011001111101010111101111001011000101001101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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