Html Css Color HEX #6BD3AC Medium Aquamarine

📋 copy color: '#6BD3AC'

red 107 ◦ green 211 ◦ blue 172

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

Shades of Medium Aquamarine #6BD3AC

Tints of Medium Aquamarine #6BD3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

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

R = 21.84%
G = 43.06%
B = 35.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#6BD3AC (or 0x6BD3AC) is known color: Medium Aquamarine. HEX triplet: 6B, D3 and AC. RGB value is (107,211,172). Sum of RGB (Red+Green+Blue) = 107+211+172=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #6BD3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD3AC is #942C53. Grayscale: #AFAFAF. Windows color (decimal): -9710676 or 11326315. OLE color: 11326315.

HSL color Cylindrical-coordinate representation of color #6BD3AC: hue angle of 157.5º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD3AC is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 107 211 172 -
CMYK 0.49 0 0.18 0.17
HSL 157.5º 0.54% 0.62% -
HSV(B) 157.5º 0.49% 0.83% -
XYZ 36.8 52.69 47.26 -
YUV 175.46 126.04 79.17 -
System Red Green Blue C M Y K H S L
Decimal 107 211 172 0.49 0 0.18 0.17 157.5 0.54 0.62
Hex 6B D3 AC 31 0 12 11 9E 36 3E
Octal 153 323 254 61 0 22 21 236 66 76
Binary 1101011 11010011 10101100 110001 0 10010 10001 10011110 110110 111110

Color Harmonies of #6BD3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD3AC

Black with #6BD3AC

Text Example


Text Example

White with #6BD3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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