#6CDFAA

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

Shades of Medium Aquamarine #6CDFAA

Tints of Medium Aquamarine #6CDFAA

Color information

#6CDFAA (or 0x6CDFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DF and AA. RGB value is (108,223,170). Sum of RGB (Red+Green+Blue) = 108+223+170=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDFAA is #932055. Grayscale: #B6B6B6. Windows color (decimal): -9642070 or 11198316. OLE color: 11198316.

HSL color Cylindrical-coordinate representation of color #6CDFAA: hue angle of 152.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDFAA is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB108223170-
CMYK0.5200.240.13
HSL152.35º64.25%64.9%-
HSV(B)152.35º51.57%87.45%-
XYZ39.8358.8747.29-
YUV182.57120.974.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.56%
GREEN value IS 223 (87.5% from 255) = 44.51%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=21.56%
G=44.51%
B=33.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082231700.5200.240.13152.3564.2564.9
Hex6CDFAA34018D984041
Octal1543372526403015230100101
Binary1101100110111111010101011010001100011011001100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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