Html Css Color HEX #6BD1A5 Medium Aquamarine

📋 copy color: '#6BD1A5'

red 107 ◦ green 209 ◦ blue 165

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

Shades of Medium Aquamarine #6BD1A5

Tints of Medium Aquamarine #6BD1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 22.25%
G = 43.45%
B = 34.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#6BD1A5 (or 0x6BD1A5) is known color: Medium Aquamarine. HEX triplet: 6B, D1 and A5. RGB value is (107,209,165). Sum of RGB (Red+Green+Blue) = 107+209+165=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD1A5 is #942E5A. Grayscale: #ADADAD. Windows color (decimal): -9711195 or 10867051. OLE color: 10867051.

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

Color convert

RGB 107 209 165 -
CMYK 0.49 0 0.21 0.18
HSL 154.12º 0.53% 0.62% -
HSV(B) 154.12º 0.49% 0.82% -
XYZ 35.66 51.44 43.65 -
YUV 173.49 123.21 80.58 -
System Red Green Blue C M Y K H S L
Decimal 107 209 165 0.49 0 0.21 0.18 154.12 0.53 0.62
Hex 6B D1 A5 31 0 15 12 9A 35 3E
Octal 153 321 245 61 0 25 22 232 65 76
Binary 1101011 11010001 10100101 110001 0 10101 10010 10011010 110101 111110

Color Harmonies of #6BD1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD1A5

Black with #6BD1A5

Text Example


Text Example

White with #6BD1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,209,165); }

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

background-color css

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

 a { background-color: rgb(107,209,165); }

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

border-color css

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

 span { border-color: rgb(107,209,165); }

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