Html Css Color HEX #6BC0A2 Medium Aquamarine

📋 copy color: '#6BC0A2'

red 107 ◦ green 192 ◦ blue 162

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

Shades of Medium Aquamarine #6BC0A2

Tints of Medium Aquamarine #6BC0A2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.65%

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

R = 23.21%
G = 41.65%
B = 35.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#6BC0A2 (or 0x6BC0A2) is known color: Medium Aquamarine. HEX triplet: 6B, C0 and A2. RGB value is (107,192,162). Sum of RGB (Red+Green+Blue) = 107+192+162=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC0A2 is #943F5D. Grayscale: #A3A3A3. Windows color (decimal): -9715550 or 10666091. OLE color: 10666091.

HSL color Cylindrical-coordinate representation of color #6BC0A2: hue angle of 158.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC0A2 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 192 162 -
CMYK 0.44 0 0.16 0.25
HSL 158.82º 0.4% 0.59% -
HSV(B) 158.82º 0.44% 0.75% -
XYZ 31.43 43.43 40.91 -
YUV 163.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 107 192 162 0.44 0 0.16 0.25 158.82 0.4 0.59
Hex 6B C0 A2 2C 0 10 19 9F 28 3B
Octal 153 300 242 54 0 20 31 237 50 73
Binary 1101011 11000000 10100010 101100 0 10000 11001 10011111 101000 111011

Color Harmonies of #6BC0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC0A2

Black with #6BC0A2

Text Example


Text Example

White with #6BC0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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