Html Css Color HEX #6BC1A2 Medium Aquamarine

📋 copy color: '#6BC1A2'

red 107 ◦ green 193 ◦ blue 162

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

Shades of Medium Aquamarine #6BC1A2

Tints of Medium Aquamarine #6BC1A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 23.16%
G = 41.77%
B = 35.06%

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

#6BC1A2 (or 0x6BC1A2) is known color: Medium Aquamarine. HEX triplet: 6B, C1 and A2. RGB value is (107,193,162). Sum of RGB (Red+Green+Blue) = 107+193+162=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC1A2 is #943E5D. Grayscale: #A3A3A3. Windows color (decimal): -9715294 or 10666347. OLE color: 10666347.

HSL color Cylindrical-coordinate representation of color #6BC1A2: hue angle of 158.37º 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 #6BC1A2 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 193 162 -
CMYK 0.45 0 0.16 0.24
HSL 158.37º 0.41% 0.59% -
HSV(B) 158.37º 0.45% 0.76% -
XYZ 31.65 43.87 40.98 -
YUV 163.75 127.01 87.52 -
System Red Green Blue C M Y K H S L
Decimal 107 193 162 0.45 0 0.16 0.24 158.37 0.41 0.59
Hex 6B C1 A2 2D 0 10 18 9E 29 3B
Octal 153 301 242 55 0 20 30 236 51 73
Binary 1101011 11000001 10100010 101101 0 10000 11000 10011110 101001 111011

Color Harmonies of #6BC1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC1A2

Black with #6BC1A2

Text Example


Text Example

White with #6BC1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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