#6CDBA4

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

Shades of Medium Aquamarine #6CDBA4

Tints of Medium Aquamarine #6CDBA4

Color information

#6CDBA4 (or 0x6CDBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DB and A4. RGB value is (108,219,164). Sum of RGB (Red+Green+Blue) = 108+219+164=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDBA4 is #93245B. Grayscale: #B3B3B3. Windows color (decimal): -9643100 or 10804076. OLE color: 10804076.

HSL color Cylindrical-coordinate representation of color #6CDBA4: hue angle of 150.27º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBA4 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB108219164-
CMYK0.5100.250.14
HSL150.27º60.66%64.12%-
HSV(B)150.27º50.68%85.88%-
XYZ38.2256.5344.02-
YUV179.54119.2376.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.00%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=22.00%
G=44.60%
B=33.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082191640.5100.250.14150.2760.6664.12
Hex6CDBA433019E963d40
Octal154333244630311622675100
Binary110110011011011101001001100110110011110100101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,164); }

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

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

 a { background-color: rgb(108,219,164); }

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

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

 span { border-color: rgb(108,219,164); }

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