#6DCFB3

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

Shades of Medium Aquamarine #6DCFB3

Tints of Medium Aquamarine #6DCFB3

Color information

#6DCFB3 (or 0x6DCFB3) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CF and B3. RGB value is (109,207,179). Sum of RGB (Red+Green+Blue) = 109+207+179=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFB3 is #92304C. Grayscale: #AEAEAE. Windows color (decimal): -9580621 or 11784045. OLE color: 11784045.

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

Color convert

RGB109207179-
CMYK0.4700.140.19
HSL162.86º50.52%61.96%-
HSV(B)162.86º47.34%81.18%-
XYZ36.7651.1350.58-
YUV174.51130.5381.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.02%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=22.02%
G=41.82%
B=36.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092071790.4700.140.19162.8650.5261.96
Hex6DCFB32F0E13a3333e
Octal15531726357016232436376
Binary11011011100111110110011101111011101001110100011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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