#6CC1A2

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

Shades of Medium Aquamarine #6CC1A2

Tints of Medium Aquamarine #6CC1A2

Color information

#6CC1A2 (or 0x6CC1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C1 and A2. RGB value is (108,193,162). Sum of RGB (Red+Green+Blue) = 108+193+162=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC1A2 is #933E5D. Grayscale: #A4A4A4. Windows color (decimal): -9649758 or 10666348. OLE color: 10666348.

HSL color Cylindrical-coordinate representation of color #6CC1A2: hue angle of 158.12º 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 #6CC1A2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB108193162-
CMYK0.4400.160.24
HSL158.12º40.67%59.02%-
HSV(B)158.12º44.04%75.69%-
XYZ31.7843.9440.99-
YUV164.05126.8488.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.33%
GREEN value IS 193 (75.78% from 255) = 41.68%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=23.33%
G=41.68%
B=34.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1081931620.4400.160.24158.1240.6759.02
Hex6CC1A22C010189e293b
Octal15430124254020302365173
Binary110110011000001101000101011000100001100010011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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