#6BC9A2

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

Shades of Medium Aquamarine #6BC9A2

Tints of Medium Aquamarine #6BC9A2

Color information

#6BC9A2 (or 0x6BC9A2) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C9 and A2. RGB value is (107,201,162). Sum of RGB (Red+Green+Blue) = 107+201+162=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC9A2 is #94365D. Grayscale: #A8A8A8. Windows color (decimal): -9713246 or 10668395. OLE color: 10668395.

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

Color convert

RGB107201162-
CMYK0.4700.190.21
HSL155.11º46.53%60.39%-
HSV(B)155.11º46.77%78.82%-
XYZ33.4747.5141.59-
YUV168.45124.3684.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.77%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=22.77%
G=42.77%
B=34.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072011620.4700.190.21155.1146.5360.39
Hex6BC9A22F013159b2f3c
Octal15331124257023252335774
Binary110101111001001101000101011110100111010110011011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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