#6BC9AA

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

Shades of Medium Aquamarine #6BC9AA

Tints of Medium Aquamarine #6BC9AA

Color information

#6BC9AA (or 0x6BC9AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C9 and AA. RGB value is (107,201,170). Sum of RGB (Red+Green+Blue) = 107+201+170=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC9AA is #943655. Grayscale: #A9A9A9. Windows color (decimal): -9713238 or 11192683. OLE color: 11192683.

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

Color convert

RGB107201170-
CMYK0.4700.150.21
HSL160.21º46.53%60.39%-
HSV(B)160.21º46.77%78.82%-
XYZ34.2147.845.45-
YUV169.36128.3683.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.38%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=22.38%
G=42.05%
B=35.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072011700.4700.150.21160.2146.5360.39
Hex6BC9AA2F0F15a02f3c
Octal15331125257017252405774
Binary11010111100100110101010101111011111010110100000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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