#6BD49D

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

Shades of Medium Aquamarine #6BD49D

Tints of Medium Aquamarine #6BD49D

Color information

#6BD49D (or 0x6BD49D) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, D4 and 9D. RGB value is (107,212,157). Sum of RGB (Red+Green+Blue) = 107+212+157=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD49D is #942B62. Grayscale: #AEAEAE. Windows color (decimal): -9710435 or 10343531. OLE color: 10343531.

HSL color Cylindrical-coordinate representation of color #6BD49D: hue angle of 148.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD49D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB107212157-
CMYK0.5000.260.17
HSL148.57º54.97%62.55%-
HSV(B)148.57º49.53%83.14%-
XYZ35.6952.6540.18-
YUV174.33118.2179.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.48%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=22.48%
G=44.54%
B=32.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072121570.5000.260.17148.5754.9762.55
Hex6BD49D3201A1195373f
Octal15332423562032212256777
Binary110101111010100100111011100100110101000110010101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,212,157); }

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

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

 a { background-color: rgb(107,212,157); }

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

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

 span { border-color: rgb(107,212,157); }

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