#6CD2AB

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

Shades of Medium Aquamarine #6CD2AB

Tints of Medium Aquamarine #6CD2AB

Color information

#6CD2AB (or 0x6CD2AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D2 and AB. RGB value is (108,210,171). Sum of RGB (Red+Green+Blue) = 108+210+171=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD2AB is #932D54. Grayscale: #AFAFAF. Windows color (decimal): -9645397 or 11260524. OLE color: 11260524.

HSL color Cylindrical-coordinate representation of color #6CD2AB: hue angle of 157.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD2AB is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB108210171-
CMYK0.4900.190.18
HSL157.06º53.12%62.35%-
HSV(B)157.06º48.57%82.35%-
XYZ36.5852.2246.68-
YUV175.06125.7180.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=22.09%
G=42.94%
B=34.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082101710.4900.190.18157.0653.1262.35
Hex6CD2AB31013129d353e
Octal15432225361023222356576
Binary110110011010010101010111100010100111001010011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,210,171); }

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

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

 a { background-color: rgb(108,210,171); }

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

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

 span { border-color: rgb(108,210,171); }

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