#6BEAAC

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

Shades of Medium Aquamarine #6BEAAC

Tints of Medium Aquamarine #6BEAAC

Color information

#6BEAAC (or 0x6BEAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EA and AC. RGB value is (107,234,172). Sum of RGB (Red+Green+Blue) = 107+234+172=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEAAC is #941553. Grayscale: #BDBDBD. Windows color (decimal): -9704788 or 11332203. OLE color: 11332203.

HSL color Cylindrical-coordinate representation of color #6BEAAC: hue angle of 150.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEAAC is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB107234172-
CMYK0.5400.260.08
HSL150.71º75.15%66.86%-
HSV(B)150.71º54.27%91.76%-
XYZ42.9364.9549.3-
YUV188.96118.4269.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=20.86%
G=45.61%
B=33.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072341720.5400.260.08150.7175.1566.86
Hex6BEAAC3601A8974b43
Octal1533522546603210227113103
Binary1101011111010101010110011011001101010001001011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,234,172); }

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

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

 a { background-color: rgb(107,234,172); }

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

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

 span { border-color: rgb(107,234,172); }

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