Html Css Color HEX #6BE2AA Medium Aquamarine

📋 copy color: '#6BE2AA'

red 107 ◦ green 226 ◦ blue 170

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

Shades of Medium Aquamarine #6BE2AA

Tints of Medium Aquamarine #6BE2AA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.93%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 21.27%
G = 44.93%
B = 33.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#6BE2AA (or 0x6BE2AA) is known color: Medium Aquamarine. HEX triplet: 6B, E2 and AA. RGB value is (107,226,170). Sum of RGB (Red+Green+Blue) = 107+226+170=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE2AA is #941D55. Grayscale: #B8B8B8. Windows color (decimal): -9706838 or 11199083. OLE color: 11199083.

HSL color Cylindrical-coordinate representation of color #6BE2AA: hue angle of 151.76º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE2AA is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 226 170 -
CMYK 0.53 0 0.25 0.11
HSL 151.76º 0.67% 0.65% -
HSV(B) 151.76º 0.53% 0.89% -
XYZ 40.52 60.42 47.56 -
YUV 184.04 120.08 73.05 -
System Red Green Blue C M Y K H S L
Decimal 107 226 170 0.53 0 0.25 0.11 151.76 0.67 0.65
Hex 6B E2 AA 35 0 19 B 98 43 41
Octal 153 342 252 65 0 31 13 230 103 101
Binary 1101011 11100010 10101010 110101 0 11001 1011 10011000 1000011 1000001

Color Harmonies of #6BE2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE2AA

Black with #6BE2AA

Text Example


Text Example

White with #6BE2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,226,170); }

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

background-color css

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

 a { background-color: rgb(107,226,170); }

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

border-color css

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

 span { border-color: rgb(107,226,170); }

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