#6CF5B9

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

Shades of Aquamarine #6CF5B9

Tints of Aquamarine #6CF5B9

Color information

#6CF5B9 (or 0x6CF5B9) is unknown color: approx Aquamarine. HEX triplet: 6C, F5 and B9. RGB value is (108,245,185). Sum of RGB (Red+Green+Blue) = 108+245+185=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #6CF5B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF5B9 is #930A46. Grayscale: #C5C5C5. Windows color (decimal): -9636423 or 12186988. OLE color: 12186988.

HSL color Cylindrical-coordinate representation of color #6CF5B9: hue angle of 153.72º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF5B9 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB108245185-
CMYK0.5600.240.04
HSL153.72º87.26%69.22%-
HSV(B)153.72º55.92%96.08%-
XYZ47.597257.29-
YUV197.2121.1164.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.07%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=20.07%
G=45.54%
B=34.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1082451850.5600.240.04153.7287.2669.22
Hex6CF5B93801849a5745
Octal154365271700304232127105
Binary110110011110101101110011110000110001001001101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,245,185); }

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

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

 a { background-color: rgb(108,245,185); }

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

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

 span { border-color: rgb(108,245,185); }

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