#6CFBAC

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

Shades of Aquamarine #6CFBAC

Tints of Aquamarine #6CFBAC

Color information

#6CFBAC (or 0x6CFBAC) is unknown color: approx Aquamarine. HEX triplet: 6C, FB and AC. RGB value is (108,251,172). Sum of RGB (Red+Green+Blue) = 108+251+172=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #6CFBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFBAC is #930453. Grayscale: #C7C7C7. Windows color (decimal): -9634900 or 11336556. OLE color: 11336556.

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

Color convert

RGB108251172-
CMYK0.5700.310.02
HSL146.85º94.7%70.39%-
HSV(B)146.85º56.97%98.43%-
XYZ48.1375.1651-
YUV199.24112.6262.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.34%
GREEN value IS 251 (98.44% from 255) = 47.27%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=20.34%
G=47.27%
B=32.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082511720.5700.310.02146.8594.770.39
Hex6CFBAC3901F2935f46
Octal154373254710372223137106
Binary11011001111101110101100111001011111101001001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,251,172); }

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

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

 a { background-color: rgb(108,251,172); }

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

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

 span { border-color: rgb(108,251,172); }

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