Html Css Color HEX #6BE8A0 Medium Aquamarine

📋 copy color: '#6BE8A0'

red 107 ◦ green 232 ◦ blue 160

#6BE8A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #6BE8A0

Tints of Medium Aquamarine #6BE8A0

RGB

 RED value IS 107 (42.19% from 255) = 21.44%

 GREEN value IS 232 (91.02% from 255) = 46.49%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 21.44%
G = 46.49%
B = 32.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#6BE8A0 (or 0x6BE8A0) is known color: Medium Aquamarine. HEX triplet: 6B, E8 and A0. RGB value is (107,232,160). Sum of RGB (Red+Green+Blue) = 107+232+160=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BE8A0 is #94175F. Grayscale: #BABABA. Windows color (decimal): -9705312 or 10545259. OLE color: 10545259.

HSL color Cylindrical-coordinate representation of color #6BE8A0: hue angle of 145.44º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BE8A0 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 107 232 160 -
CMYK 0.54 0 0.31 0.09
HSL 145.44º 0.73% 0.66% -
HSV(B) 145.44º 0.54% 0.91% -
XYZ 41.27 63.38 43.32 -
YUV 186.42 113.09 71.35 -
System Red Green Blue C M Y K H S L
Decimal 107 232 160 0.54 0 0.31 0.09 145.44 0.73 0.66
Hex 6B E8 A0 36 0 1F 9 91 49 42
Octal 153 350 240 66 0 37 11 221 111 102
Binary 1101011 11101000 10100000 110110 0 11111 1001 10010001 1001001 1000010

Color Harmonies of #6BE8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE8A0

Black with #6BE8A0

Text Example


Text Example

White with #6BE8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BE8A0;
 }
 .AnyTagClassName
 {
   color: #6BE8A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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