#6BDE9E

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

Shades of Medium Aquamarine #6BDE9E

Tints of Medium Aquamarine #6BDE9E

Color information

#6BDE9E (or 0x6BDE9E) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, DE and 9E. RGB value is (107,222,158). Sum of RGB (Red+Green+Blue) = 107+222+158=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDE9E is #942161. Grayscale: #B4B4B4. Windows color (decimal): -9707874 or 10411627. OLE color: 10411627.

HSL color Cylindrical-coordinate representation of color #6BDE9E: hue angle of 146.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDE9E is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB107222158-
CMYK0.5200.290.13
HSL146.61º63.54%64.51%-
HSV(B)146.61º51.8%87.06%-
XYZ38.3657.8441.49-
YUV180.32115.475.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.97%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=21.97%
G=45.59%
B=32.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072221580.5200.290.13146.6163.5464.51
Hex6BDE9E3401DD934041
Octal1533362366403515223100101
Binary1101011110111101001111011010001110111011001001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,222,158); }

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

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

 a { background-color: rgb(107,222,158); }

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

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

 span { border-color: rgb(107,222,158); }

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