#6BC9A4

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

Shades of Medium Aquamarine #6BC9A4

Tints of Medium Aquamarine #6BC9A4

Color information

#6BC9A4 (or 0x6BC9A4) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C9 and A4. RGB value is (107,201,164). Sum of RGB (Red+Green+Blue) = 107+201+164=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC9A4 is #94365B. Grayscale: #A8A8A8. Windows color (decimal): -9713244 or 10799467. OLE color: 10799467.

HSL color Cylindrical-coordinate representation of color #6BC9A4: hue angle of 156.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC9A4 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB107201164-
CMYK0.4700.180.21
HSL156.38º46.53%60.39%-
HSV(B)156.38º46.77%78.82%-
XYZ33.6547.5842.53-
YUV168.68125.3684.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.67%
GREEN value IS 201 (78.91% from 255) = 42.58%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=22.67%
G=42.58%
B=34.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072011640.4700.180.21156.3846.5360.39
Hex6BC9A42F012159c2f3c
Octal15331124457022252345774
Binary110101111001001101001001011110100101010110011100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,201,164); }

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

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

 a { background-color: rgb(107,201,164); }

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

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

 span { border-color: rgb(107,201,164); }

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