#6bcda7

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

Shades of Medium Aquamarine #6BCDA7

Tints of Medium Aquamarine #6BCDA7

Color information

#6BCDA7 (or 0x6BCDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CD and A7. RGB value is (107,205,167). Sum of RGB (Red+Green+Blue) = 107+205+167=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDA7 is #943258. Grayscale: #ABABAB. Windows color (decimal): -9712217 or 10997099. OLE color: 10997099.

HSL color Cylindrical-coordinate representation of color #6BCDA7: hue angle of 156.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCDA7 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB107205167-
CMYK0.4800.190.20
HSL156.73º49.49%61.18%-
HSV(B)156.73º47.8%80.39%-
XYZ34.8749.5844.29-
YUV171.37125.5382.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.34%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=22.34%
G=42.80%
B=34.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051670.4800.190.20156.7349.4961.18
Hex6BCDA730013149d313d
Octal15331524760023242356175
Binary110101111001101101001111100000100111010010011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bcda7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,167); }

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

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

 a { background-color: rgb(107,205,167); }

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

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

 span { border-color: rgb(107,205,167); }

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