#6CDDB4

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

Shades of Medium Aquamarine #6CDDB4

Tints of Medium Aquamarine #6CDDB4

Color information

#6CDDB4 (or 0x6CDDB4) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, DD and B4. RGB value is (108,221,180). Sum of RGB (Red+Green+Blue) = 108+221+180=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDDB4 is #93224B. Grayscale: #B6B6B6. Windows color (decimal): -9642572 or 11853164. OLE color: 11853164.

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

Color convert

RGB108221180-
CMYK0.5100.190.13
HSL158.23º62.43%64.51%-
HSV(B)158.23º51.13%86.67%-
XYZ40.2858.252.29-
YUV182.54126.5674.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.22%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=21.22%
G=43.42%
B=35.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082211800.5100.190.13158.2362.4364.51
Hex6CDDB433013D9e3e41
Octal154335264630231523676101
Binary110110011011101101101001100110100111101100111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,221,180); }

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

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

 a { background-color: rgb(108,221,180); }

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

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

 span { border-color: rgb(108,221,180); }

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