#6CCFA0

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

Shades of Medium Aquamarine #6CCFA0

Tints of Medium Aquamarine #6CCFA0

Color information

#6CCFA0 (or 0x6CCFA0) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, CF and A0. RGB value is (108,207,160). Sum of RGB (Red+Green+Blue) = 108+207+160=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCFA0 is #93305F. Grayscale: #ACACAC. Windows color (decimal): -9646176 or 10538860. OLE color: 10538860.

HSL color Cylindrical-coordinate representation of color #6CCFA0: hue angle of 151.52º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCFA0 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB108207160-
CMYK0.4800.230.19
HSL151.52º50.77%61.76%-
HSV(B)151.52º47.83%81.18%-
XYZ34.8450.3541.14-
YUV172.04121.282.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=22.74%
G=43.58%
B=33.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1082071600.4800.230.19151.5250.7761.76
Hex6CCFA0300171398333e
Octal15431724060027232306376
Binary110110011001111101000001100000101111001110011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,207,160); }

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

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

 a { background-color: rgb(108,207,160); }

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

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

 span { border-color: rgb(108,207,160); }

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