#6BEDA8

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

Shades of Medium Aquamarine #6BEDA8

Tints of Medium Aquamarine #6BEDA8

Color information

#6BEDA8 (or 0x6BEDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, ED and A8. RGB value is (107,237,168). Sum of RGB (Red+Green+Blue) = 107+237+168=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #6BEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEDA8 is #941257. Grayscale: #BEBEBE. Windows color (decimal): -9704024 or 11070827. OLE color: 11070827.

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

Color convert

RGB107237168-
CMYK0.5500.290.07
HSL148.15º78.31%67.45%-
HSV(B)148.15º54.85%92.94%-
XYZ43.4266.5247.6-
YUV190.26115.4368.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=20.90%
G=46.29%
B=32.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072371680.5500.290.07148.1578.3167.45
Hex6BEDA83701D7944e43
Octal153355250670357224116103
Binary110101111101101101010001101110111011111001010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,237,168); }

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

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

 a { background-color: rgb(107,237,168); }

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

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

 span { border-color: rgb(107,237,168); }

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