#6CD7AC

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

Shades of Medium Aquamarine #6CD7AC

Tints of Medium Aquamarine #6CD7AC

Color information

#6CD7AC (or 0x6CD7AC) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D7 and AC. RGB value is (108,215,172). Sum of RGB (Red+Green+Blue) = 108+215+172=495 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.82% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD7AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD7AC is #932853. Grayscale: #B2B2B2. Windows color (decimal): -9644116 or 11327340. OLE color: 11327340.

HSL color Cylindrical-coordinate representation of color #6CD7AC: hue angle of 155.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD7AC is Cyan = 0.50, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB108215172-
CMYK0.5000.20.16
HSL155.89º57.22%63.33%-
HSV(B)155.89º49.77%84.31%-
XYZ37.9354.7747.6-
YUV178.1124.5578-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.82%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=21.82%
G=43.43%
B=34.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082151720.5000.20.16155.8957.2263.33
Hex6CD7AC32014109c393f
Octal15432725462024202347177
Binary110110011010111101011001100100101001000010011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,215,172); }

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

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

 a { background-color: rgb(108,215,172); }

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

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

 span { border-color: rgb(108,215,172); }

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