#6BCFA6

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

Shades of Medium Aquamarine #6BCFA6

Tints of Medium Aquamarine #6BCFA6

Color information

#6BCFA6 (or 0x6BCFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CF and A6. RGB value is (107,207,166). Sum of RGB (Red+Green+Blue) = 107+207+166=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFA6 is #943059. Grayscale: #ACACAC. Windows color (decimal): -9711706 or 10932075. OLE color: 10932075.

HSL color Cylindrical-coordinate representation of color #6BCFA6: hue angle of 155.4º 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 #6BCFA6 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB107207166-
CMYK0.4800.200.19
HSL155.4º51.02%61.57%-
HSV(B)155.4º48.31%81.18%-
XYZ35.2650.543.97-
YUV172.43124.3781.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.29%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=22.29%
G=43.12%
B=34.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072071660.4800.200.19155.451.0261.57
Hex6BCFA630014139b333e
Octal15331724660024232336376
Binary110101111001111101001101100000101001001110011011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,166); }

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

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

 a { background-color: rgb(107,207,166); }

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

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

 span { border-color: rgb(107,207,166); }

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