#6BC4A5

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

Shades of Medium Aquamarine #6BC4A5

Tints of Medium Aquamarine #6BC4A5

Color information

#6BC4A5 (or 0x6BC4A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C4 and A5. RGB value is (107,196,165). Sum of RGB (Red+Green+Blue) = 107+196+165=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC4A5 is #943B5A. Grayscale: #A5A5A5. Windows color (decimal): -9714523 or 10863723. OLE color: 10863723.

HSL color Cylindrical-coordinate representation of color #6BC4A5: hue angle of 159.1º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC4A5 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB107196165-
CMYK0.4500.160.23
HSL159.1º43%59.41%-
HSV(B)159.1º45.41%76.86%-
XYZ32.5945.3242.63-
YUV165.86127.5186.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.86%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 165 (64.84% from 255) = 35.26%
R=22.86%
G=41.88%
B=35.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071961650.4500.160.23159.14359.41
Hex6BC4A52D010179f2b3b
Octal15330424555020272375373
Binary110101111000100101001011011010100001011110011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,196,165); }

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

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

 a { background-color: rgb(107,196,165); }

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

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

 span { border-color: rgb(107,196,165); }

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