Html Css Color HEX #6BC5A1 Medium Aquamarine

📋 copy color: '#6BC5A1'

red 107 ◦ green 197 ◦ blue 161

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

Shades of Medium Aquamarine #6BC5A1

Tints of Medium Aquamarine #6BC5A1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.37%

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 23.01%
G = 42.37%
B = 34.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#6BC5A1 (or 0x6BC5A1) is known color: Medium Aquamarine. HEX triplet: 6B, C5 and A1. RGB value is (107,197,161). Sum of RGB (Red+Green+Blue) = 107+197+161=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5A1 is #943A5E. Grayscale: #A6A6A6. Windows color (decimal): -9714271 or 10601835. OLE color: 10601835.

HSL color Cylindrical-coordinate representation of color #6BC5A1: hue angle of 156º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC5A1 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 107 197 161 -
CMYK 0.46 0 0.18 0.23
HSL 156º 0.44% 0.6% -
HSV(B) 156º 0.46% 0.77% -
XYZ 32.46 45.63 40.82 -
YUV 165.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 107 197 161 0.46 0 0.18 0.23 156 0.44 0.6
Hex 6B C5 A1 2E 0 12 17 9C 2C 3C
Octal 153 305 241 56 0 22 27 234 54 74
Binary 1101011 11000101 10100001 101110 0 10010 10111 10011100 101100 111100

Color Harmonies of #6BC5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC5A1

Black with #6BC5A1

Text Example


Text Example

White with #6BC5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,197,161); }

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

background-color css

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

 a { background-color: rgb(107,197,161); }

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

border-color css

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

 span { border-color: rgb(107,197,161); }

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