Html Css Color HEX #6BC3A2 Medium Aquamarine

📋 copy color: '#6BC3A2'

red 107 ◦ green 195 ◦ blue 162

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

Shades of Medium Aquamarine #6BC3A2

Tints of Medium Aquamarine #6BC3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.03%

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

R = 23.06%
G = 42.03%
B = 34.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#6BC3A2 (or 0x6BC3A2) is known color: Medium Aquamarine. HEX triplet: 6B, C3 and A2. RGB value is (107,195,162). Sum of RGB (Red+Green+Blue) = 107+195+162=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC3A2 is #943C5D. Grayscale: #A4A4A4. Windows color (decimal): -9714782 or 10666859. OLE color: 10666859.

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

Color convert

RGB 107 195 162 -
CMYK 0.45 0 0.17 0.24
HSL 157.5º 0.42% 0.59% -
HSV(B) 157.5º 0.45% 0.76% -
XYZ 32.1 44.76 41.13 -
YUV 164.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 107 195 162 0.45 0 0.17 0.24 157.5 0.42 0.59
Hex 6B C3 A2 2D 0 11 18 9E 2A 3B
Octal 153 303 242 55 0 21 30 236 52 73
Binary 1101011 11000011 10100010 101101 0 10001 11000 10011110 101010 111011

Color Harmonies of #6BC3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC3A2

Black with #6BC3A2

Text Example


Text Example

White with #6BC3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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