Html Css Color HEX #6BC3AC Medium Aquamarine

📋 copy color: '#6BC3AC'

red 107 ◦ green 195 ◦ blue 172

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

Shades of Medium Aquamarine #6BC3AC

Tints of Medium Aquamarine #6BC3AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 22.57%
G = 41.14%
B = 36.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#6BC3AC (or 0x6BC3AC) is known color: Medium Aquamarine. HEX triplet: 6B, C3 and AC. RGB value is (107,195,172). Sum of RGB (Red+Green+Blue) = 107+195+172=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC3AC is #943C53. Grayscale: #A6A6A6. Windows color (decimal): -9714772 or 11322219. OLE color: 11322219.

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

Color convert

RGB 107 195 172 -
CMYK 0.45 0 0.12 0.24
HSL 164.32º 0.42% 0.59% -
HSV(B) 164.32º 0.45% 0.76% -
XYZ 33.02 45.13 46 -
YUV 166.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 107 195 172 0.45 0 0.12 0.24 164.32 0.42 0.59
Hex 6B C3 AC 2D 0 C 18 A4 2A 3B
Octal 153 303 254 55 0 14 30 244 52 73
Binary 1101011 11000011 10101100 101101 0 1100 11000 10100100 101010 111011

Color Harmonies of #6BC3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC3AC

Black with #6BC3AC

Text Example


Text Example

White with #6BC3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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