#6BCFAF

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

Shades of Medium Aquamarine #6BCFAF

Tints of Medium Aquamarine #6BCFAF

Color information

#6BCFAF (or 0x6BCFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CF and AF. RGB value is (107,207,175). Sum of RGB (Red+Green+Blue) = 107+207+175=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFAF is #943050. Grayscale: #ADADAD. Windows color (decimal): -9711697 or 11521899. OLE color: 11521899.

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

Color convert

RGB107207175-
CMYK0.4800.150.19
HSL160.8º51.02%61.57%-
HSV(B)160.8º48.31%81.18%-
XYZ36.1150.8548.47-
YUV173.45128.8780.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.88%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=21.88%
G=42.33%
B=35.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072071750.4800.150.19160.851.0261.57
Hex6BCFAF300F13a1333e
Octal15331725760017232416376
Binary11010111100111110101111110000011111001110100001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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