Html Css Color HEX #6BD4AC Medium Aquamarine

📋 copy color: '#6BD4AC'

red 107 ◦ green 212 ◦ blue 172

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

Shades of Medium Aquamarine #6BD4AC

Tints of Medium Aquamarine #6BD4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

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

R = 21.79%
G = 43.18%
B = 35.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#6BD4AC (or 0x6BD4AC) is known color: Medium Aquamarine. HEX triplet: 6B, D4 and AC. RGB value is (107,212,172). Sum of RGB (Red+Green+Blue) = 107+212+172=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD4AC is #942B53. Grayscale: #B0B0B0. Windows color (decimal): -9710420 or 11326571. OLE color: 11326571.

HSL color Cylindrical-coordinate representation of color #6BD4AC: hue angle of 157.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD4AC is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 107 212 172 -
CMYK 0.50 0 0.19 0.17
HSL 157.14º 0.55% 0.63% -
HSV(B) 157.14º 0.5% 0.83% -
XYZ 37.05 53.19 47.34 -
YUV 176.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 107 212 172 0.50 0 0.19 0.17 157.14 0.55 0.63
Hex 6B D4 AC 32 0 13 11 9D 37 3F
Octal 153 324 254 62 0 23 21 235 67 77
Binary 1101011 11010100 10101100 110010 0 10011 10001 10011101 110111 111111

Color Harmonies of #6BD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD4AC

Black with #6BD4AC

Text Example


Text Example

White with #6BD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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