#6DCBB3

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

Shades of Medium Aquamarine #6DCBB3

Tints of Medium Aquamarine #6DCBB3

Color information

#6DCBB3 (or 0x6DCBB3) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CB and B3. RGB value is (109,203,179). Sum of RGB (Red+Green+Blue) = 109+203+179=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBB3 is #92344C. Grayscale: #ACACAC. Windows color (decimal): -9581645 or 11783021. OLE color: 11783021.

HSL color Cylindrical-coordinate representation of color #6DCBB3: hue angle of 164.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBB3 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB109203179-
CMYK0.4600.120.20
HSL164.68º47.47%61.18%-
HSV(B)164.68º46.31%79.61%-
XYZ35.849.2250.26-
YUV172.16131.8682.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=22.20%
G=41.34%
B=36.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092031790.4600.120.20164.6847.4761.18
Hex6DCBB32E0C14a52f3d
Octal15531326356014242455775
Binary11011011100101110110011101110011001010010100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,203,179); }

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

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

 a { background-color: rgb(109,203,179); }

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

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

 span { border-color: rgb(109,203,179); }

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