#6BEA9E

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

Shades of Medium Aquamarine #6BEA9E

Tints of Medium Aquamarine #6BEA9E

Color information

#6BEA9E (or 0x6BEA9E) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EA and 9E. RGB value is (107,234,158). Sum of RGB (Red+Green+Blue) = 107+234+158=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEA9E is #941561. Grayscale: #BBBBBB. Windows color (decimal): -9704802 or 10414699. OLE color: 10414699.

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

Color convert

RGB107234158-
CMYK0.5400.320.08
HSL144.09º75.15%66.86%-
HSV(B)144.09º54.27%91.76%-
XYZ41.6664.4442.59-
YUV187.36111.4270.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.44%
GREEN value IS 234 (91.80% from 255) = 46.89%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=21.44%
G=46.89%
B=31.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072341580.5400.320.08144.0975.1566.86
Hex6BEA9E360208904b43
Octal1533522366604010220113103
Binary11010111110101010011110110110010000010001001000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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