#6BC5B0

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

Shades of Medium Aquamarine #6BC5B0

Tints of Medium Aquamarine #6BC5B0

Color information

#6BC5B0 (or 0x6BC5B0) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C5 and B0. RGB value is (107,197,176). Sum of RGB (Red+Green+Blue) = 107+197+176=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5B0 is #943A4F. Grayscale: #A7A7A7. Windows color (decimal): -9714256 or 11584875. OLE color: 11584875.

HSL color Cylindrical-coordinate representation of color #6BC5B0: hue angle of 166º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC5B0 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB107197176-
CMYK0.4600.110.23
HSL166º43.69%59.61%-
HSV(B)166º45.69%77.25%-
XYZ33.8746.1948.21-
YUV167.7132.6884.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.29%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 176 (69.14% from 255) = 36.67%
R=22.29%
G=41.04%
B=36.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071971760.4600.110.2316643.6959.61
Hex6BC5B02E0B17a62c3c
Octal15330526056013272465474
Binary11010111100010110110000101110010111011110100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,197,176); }

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

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

 a { background-color: rgb(107,197,176); }

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

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

 span { border-color: rgb(107,197,176); }

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