#6BEEA0

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

Shades of Medium Aquamarine #6BEEA0

Tints of Medium Aquamarine #6BEEA0

Color information

#6BEEA0 (or 0x6BEEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, EE and A0. RGB value is (107,238,160). Sum of RGB (Red+Green+Blue) = 107+238+160=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEEA0 is #94115F. Grayscale: #BEBEBE. Windows color (decimal): -9703776 or 10546795. OLE color: 10546795.

HSL color Cylindrical-coordinate representation of color #6BEEA0: hue angle of 144.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEA0 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB107238160-
CMYK0.5500.330.07
HSL144.27º79.39%67.65%-
HSV(B)144.27º55.04%93.33%-
XYZ42.9866.8143.89-
YUV189.94111.168.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 238 (93.36% from 255) = 47.13%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=21.19%
G=47.13%
B=31.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072381600.5500.330.07144.2779.3967.65
Hex6BEEA0370217904f44
Octal153356240670417220117104
Binary1101011111011101010000011011101000011111001000010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,238,160); }

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

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

 a { background-color: rgb(107,238,160); }

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

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

 span { border-color: rgb(107,238,160); }

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