Html Css Color HEX #6BC1A3 Medium Aquamarine

📋 copy color: '#6BC1A3'

red 107 ◦ green 193 ◦ blue 163

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

Shades of Medium Aquamarine #6BC1A3

Tints of Medium Aquamarine #6BC1A3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.68%

 BLUE value IS 163 (64.06% from 255) = 35.21%

R = 23.11%
G = 41.68%
B = 35.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#6BC1A3 (or 0x6BC1A3) is known color: Medium Aquamarine. HEX triplet: 6B, C1 and A3. RGB value is (107,193,163). Sum of RGB (Red+Green+Blue) = 107+193+163=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC1A3 is #943E5C. Grayscale: #A3A3A3. Windows color (decimal): -9715293 or 10731883. OLE color: 10731883.

HSL color Cylindrical-coordinate representation of color #6BC1A3: hue angle of 159.07º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC1A3 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 193 163 -
CMYK 0.45 0 0.16 0.24
HSL 159.07º 0.41% 0.59% -
HSV(B) 159.07º 0.45% 0.76% -
XYZ 31.74 43.91 41.45 -
YUV 163.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 107 193 163 0.45 0 0.16 0.24 159.07 0.41 0.59
Hex 6B C1 A3 2D 0 10 18 9F 29 3B
Octal 153 301 243 55 0 20 30 237 51 73
Binary 1101011 11000001 10100011 101101 0 10000 11000 10011111 101001 111011

Color Harmonies of #6BC1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC1A3

Black with #6BC1A3

Text Example


Text Example

White with #6BC1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,193,163); }

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

background-color css

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

 a { background-color: rgb(107,193,163); }

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

border-color css

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

 span { border-color: rgb(107,193,163); }

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