#6bcfad

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

Shades of Medium Aquamarine #6BCFAD

Tints of Medium Aquamarine #6BCFAD

Color information

#6BCFAD (or 0x6BCFAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CF and AD. RGB value is (107,207,173). Sum of RGB (Red+Green+Blue) = 107+207+173=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCFAD is #943052. Grayscale: #ADADAD. Windows color (decimal): -9711699 or 11390827. OLE color: 11390827.

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

Color convert

RGB107207173-
CMYK0.4800.160.19
HSL159.6º51.02%61.57%-
HSV(B)159.6º48.31%81.18%-
XYZ35.9250.7747.44-
YUV173.22127.8780.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.97%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=21.97%
G=42.51%
B=35.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072071730.4800.160.19159.651.0261.57
Hex6BCFAD3001013a0333e
Octal15331725560020232406376
Binary110101111001111101011011100000100001001110100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bcfad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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