#6CC1AA

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

Shades of Medium Aquamarine #6CC1AA

Tints of Medium Aquamarine #6CC1AA

Color information

#6CC1AA (or 0x6CC1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C1 and AA. RGB value is (108,193,170). Sum of RGB (Red+Green+Blue) = 108+193+170=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC1AA is #933E55. Grayscale: #A4A4A4. Windows color (decimal): -9649750 or 11190636. OLE color: 11190636.

HSL color Cylindrical-coordinate representation of color #6CC1AA: hue angle of 163.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC1AA is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB108193170-
CMYK0.4400.120.24
HSL163.76º40.67%59.02%-
HSV(B)163.76º44.04%75.69%-
XYZ32.5144.2344.85-
YUV164.96130.8487.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=22.93%
G=40.98%
B=36.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081931700.4400.120.24163.7640.6759.02
Hex6CC1AA2C0C18a4293b
Octal15430125254014302445173
Binary11011001100000110101010101100011001100010100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,193,170); }

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

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

 a { background-color: rgb(108,193,170); }

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

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

 span { border-color: rgb(108,193,170); }

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