Html Css Color HEX #6BC2A2 Medium Aquamarine

📋 copy color: '#6BC2A2'

red 107 ◦ green 194 ◦ blue 162

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

Shades of Medium Aquamarine #6BC2A2

Tints of Medium Aquamarine #6BC2A2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

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

R = 23.11%
G = 41.9%
B = 34.99%

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

#6BC2A2 (or 0x6BC2A2) is known color: Medium Aquamarine. HEX triplet: 6B, C2 and A2. RGB value is (107,194,162). Sum of RGB (Red+Green+Blue) = 107+194+162=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC2A2 is #943D5D. Grayscale: #A4A4A4. Windows color (decimal): -9715038 or 10666603. OLE color: 10666603.

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

Color convert

RGB 107 194 162 -
CMYK 0.45 0 0.16 0.24
HSL 157.93º 0.42% 0.59% -
HSV(B) 157.93º 0.45% 0.76% -
XYZ 31.88 44.32 41.06 -
YUV 164.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 107 194 162 0.45 0 0.16 0.24 157.93 0.42 0.59
Hex 6B C2 A2 2D 0 10 18 9E 2A 3B
Octal 153 302 242 55 0 20 30 236 52 73
Binary 1101011 11000010 10100010 101101 0 10000 11000 10011110 101010 111011

Color Harmonies of #6BC2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2A2

Black with #6BC2A2

Text Example


Text Example

White with #6BC2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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