#6CD0B1

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

Shades of Medium Aquamarine #6CD0B1

Tints of Medium Aquamarine #6CD0B1

Color information

#6CD0B1 (or 0x6CD0B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, D0 and B1. RGB value is (108,208,177). Sum of RGB (Red+Green+Blue) = 108+208+177=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD0B1 is #932F4E. Grayscale: #AEAEAE. Windows color (decimal): -9645903 or 11653228. OLE color: 11653228.

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

Color convert

RGB108208177-
CMYK0.4800.150.18
HSL161.4º51.55%61.96%-
HSV(B)161.4º48.08%81.57%-
XYZ36.6851.4749.6-
YUV174.57129.3780.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.91%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=21.91%
G=42.19%
B=35.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1082081770.4800.150.18161.451.5561.96
Hex6CD0B1300F12a1343e
Octal15432026160017222416476
Binary11011001101000010110001110000011111001010100001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,208,177); }

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

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

 a { background-color: rgb(108,208,177); }

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

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

 span { border-color: rgb(108,208,177); }

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