#6CD5A5

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

Shades of Medium Aquamarine #6CD5A5

Tints of Medium Aquamarine #6CD5A5

Color information

#6CD5A5 (or 0x6CD5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D5 and A5. RGB value is (108,213,165). Sum of RGB (Red+Green+Blue) = 108+213+165=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD5A5 is #932A5A. Grayscale: #B0B0B0. Windows color (decimal): -9644635 or 10868076. OLE color: 10868076.

HSL color Cylindrical-coordinate representation of color #6CD5A5: hue angle of 152.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD5A5 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB108213165-
CMYK0.4900.230.16
HSL152.57º55.56%62.94%-
HSV(B)152.57º49.3%83.53%-
XYZ36.7753.4943.98-
YUV176.13121.7179.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=22.22%
G=43.83%
B=33.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1082131650.4900.230.16152.5755.5662.94
Hex6CD5A5310171099383f
Octal15432524561027202317077
Binary110110011010101101001011100010101111000010011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,213,165); }

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

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

 a { background-color: rgb(108,213,165); }

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

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

 span { border-color: rgb(108,213,165); }

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