#6BE1B4

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

Shades of Medium Aquamarine #6BE1B4

Tints of Medium Aquamarine #6BE1B4

Color information

#6BE1B4 (or 0x6BE1B4) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, E1 and B4. RGB value is (107,225,180). Sum of RGB (Red+Green+Blue) = 107+225+180=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1B4 is #941E4B. Grayscale: #B8B8B8. Windows color (decimal): -9707084 or 11854187. OLE color: 11854187.

HSL color Cylindrical-coordinate representation of color #6BE1B4: hue angle of 157.12º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1B4 is Cyan = 0.52, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB107225180-
CMYK0.5200.20.12
HSL157.12º66.29%65.1%-
HSV(B)157.12º52.44%88.24%-
XYZ41.2360.2752.64-
YUV184.59125.4172.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 225 (88.28% from 255) = 43.95%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=20.90%
G=43.95%
B=35.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1072251800.5200.20.12157.1266.2965.1
Hex6BE1B434014C9d4241
Octal1533412646402414235102101
Binary1101011111000011011010011010001010011001001110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,225,180); }

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

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

 a { background-color: rgb(107,225,180); }

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

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

 span { border-color: rgb(107,225,180); }

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