Html Css Color HEX #6BD6AB Medium Aquamarine

📋 copy color: '#6BD6AB'

red 107 ◦ green 214 ◦ blue 171

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

Shades of Medium Aquamarine #6BD6AB

Tints of Medium Aquamarine #6BD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.5%

 BLUE value IS 171 (67.19% from 255) = 34.76%

R = 21.75%
G = 43.5%
B = 34.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#6BD6AB (or 0x6BD6AB) is known color: Medium Aquamarine. HEX triplet: 6B, D6 and AB. RGB value is (107,214,171). Sum of RGB (Red+Green+Blue) = 107+214+171=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD6AB is #942954. Grayscale: #B1B1B1. Windows color (decimal): -9709909 or 11261547. OLE color: 11261547.

HSL color Cylindrical-coordinate representation of color #6BD6AB: hue angle of 155.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD6AB is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 214 171 -
CMYK 0.50 0 0.20 0.16
HSL 155.89º 0.57% 0.63% -
HSV(B) 155.89º 0.5% 0.84% -
XYZ 37.46 54.16 47.01 -
YUV 177.11 124.55 78 -
System Red Green Blue C M Y K H S L
Decimal 107 214 171 0.50 0 0.20 0.16 155.89 0.57 0.63
Hex 6B D6 AB 32 0 14 10 9C 39 3F
Octal 153 326 253 62 0 24 20 234 71 77
Binary 1101011 11010110 10101011 110010 0 10100 10000 10011100 111001 111111

Color Harmonies of #6BD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD6AB

Black with #6BD6AB

Text Example


Text Example

White with #6BD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,214,171); }

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

background-color css

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

 a { background-color: rgb(107,214,171); }

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

border-color css

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

 span { border-color: rgb(107,214,171); }

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