#6BE8B1

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

Shades of Medium Aquamarine #6BE8B1

Tints of Medium Aquamarine #6BE8B1

Color information

#6BE8B1 (or 0x6BE8B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, E8 and B1. RGB value is (107,232,177). Sum of RGB (Red+Green+Blue) = 107+232+177=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BE8B1 is #94174E. Grayscale: #BCBCBC. Windows color (decimal): -9705295 or 11659371. OLE color: 11659371.

HSL color Cylindrical-coordinate representation of color #6BE8B1: hue angle of 153.6º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8B1 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB107232177-
CMYK0.5400.240.09
HSL153.6º73.1%66.47%-
HSV(B)153.6º53.88%90.98%-
XYZ42.8664.0151.69-
YUV188.36121.5969.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.74%
GREEN value IS 232 (91.02% from 255) = 44.96%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=20.74%
G=44.96%
B=34.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072321770.5400.240.09153.673.166.47
Hex6BE8B13601899a4942
Octal1533502616603011232111102
Binary1101011111010001011000111011001100010011001101010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,232,177); }

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

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

 a { background-color: rgb(107,232,177); }

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

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

 span { border-color: rgb(107,232,177); }

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