#6CCCAE

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

Shades of Medium Aquamarine #6CCCAE

Tints of Medium Aquamarine #6CCCAE

Color information

#6CCCAE (or 0x6CCCAE) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, CC and AE. RGB value is (108,204,174). Sum of RGB (Red+Green+Blue) = 108+204+174=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCAE is #933351. Grayscale: #ABABAB. Windows color (decimal): -9646930 or 11455596. OLE color: 11455596.

HSL color Cylindrical-coordinate representation of color #6CCCAE: hue angle of 161.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCCAE is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB108204174-
CMYK0.4700.150.2
HSL161.25º48.48%61.18%-
HSV(B)161.25º47.06%80%-
XYZ35.4249.4347.72-
YUV171.88129.282.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=22.22%
G=41.98%
B=35.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1082041740.4700.150.2161.2548.4861.18
Hex6CCCAE2F0F14a1303d
Octal15431425657017242416075
Binary11011001100110010101110101111011111010010100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,204,174); }

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

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

 a { background-color: rgb(108,204,174); }

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

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

 span { border-color: rgb(108,204,174); }

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