Html Css Color HEX #6BE1A5 Medium Aquamarine

📋 copy color: '#6BE1A5'

red 107 ◦ green 225 ◦ blue 165

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

Shades of Medium Aquamarine #6BE1A5

Tints of Medium Aquamarine #6BE1A5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 21.53%
G = 45.27%
B = 33.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#6BE1A5 (or 0x6BE1A5) is known color: Medium Aquamarine. HEX triplet: 6B, E1 and A5. RGB value is (107,225,165). Sum of RGB (Red+Green+Blue) = 107+225+165=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE1A5 is #941E5A. Grayscale: #B7B7B7. Windows color (decimal): -9707099 or 10871147. OLE color: 10871147.

HSL color Cylindrical-coordinate representation of color #6BE1A5: hue angle of 149.49º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1A5 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 225 165 -
CMYK 0.52 0 0.27 0.12
HSL 149.49º 0.66% 0.65% -
HSV(B) 149.49º 0.52% 0.88% -
XYZ 39.78 59.69 45.02 -
YUV 182.88 117.91 73.88 -
System Red Green Blue C M Y K H S L
Decimal 107 225 165 0.52 0 0.27 0.12 149.49 0.66 0.65
Hex 6B E1 A5 34 0 1B C 95 42 41
Octal 153 341 245 64 0 33 14 225 102 101
Binary 1101011 11100001 10100101 110100 0 11011 1100 10010101 1000010 1000001

Color Harmonies of #6BE1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE1A5

Black with #6BE1A5

Text Example


Text Example

White with #6BE1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,225,165); }

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

background-color css

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

 a { background-color: rgb(107,225,165); }

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

border-color css

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

 span { border-color: rgb(107,225,165); }

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