#6BEAAE

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

Shades of Medium Aquamarine #6BEAAE

Tints of Medium Aquamarine #6BEAAE

Color information

#6BEAAE (or 0x6BEAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EA and AE. RGB value is (107,234,174). Sum of RGB (Red+Green+Blue) = 107+234+174=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEAAE is #941551. Grayscale: #BDBDBD. Windows color (decimal): -9704786 or 11463275. OLE color: 11463275.

HSL color Cylindrical-coordinate representation of color #6BEAAE: hue angle of 151.65º 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 #6BEAAE is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB107234174-
CMYK0.5400.260.08
HSL151.65º75.15%66.86%-
HSV(B)151.65º54.27%91.76%-
XYZ43.1365.0350.32-
YUV189.19119.4269.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=20.78%
G=45.44%
B=33.79%

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
Decimal1072341740.5400.260.08151.6575.1566.86
Hex6BEAAE3601A8984b43
Octal1533522566603210230113103
Binary1101011111010101010111011011001101010001001100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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