Html Css Color HEX #6BD5B1 Medium Aquamarine

📋 copy color: '#6BD5B1'

red 107 ◦ green 213 ◦ blue 177

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

Shades of Medium Aquamarine #6BD5B1

Tints of Medium Aquamarine #6BD5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 21.53%
G = 42.86%
B = 35.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#6BD5B1 (or 0x6BD5B1) is known color: Medium Aquamarine. HEX triplet: 6B, D5 and B1. RGB value is (107,213,177). Sum of RGB (Red+Green+Blue) = 107+213+177=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD5B1 is #942A4E. Grayscale: #B1B1B1. Windows color (decimal): -9710159 or 11654507. OLE color: 11654507.

HSL color Cylindrical-coordinate representation of color #6BD5B1: hue angle of 159.62º degrees, saturation: 0.56, 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 #6BD5B1 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 213 177 -
CMYK 0.50 0 0.17 0.16
HSL 159.62º 0.56% 0.63% -
HSV(B) 159.62º 0.5% 0.84% -
XYZ 37.79 53.89 50 -
YUV 177.2 127.88 77.93 -
System Red Green Blue C M Y K H S L
Decimal 107 213 177 0.50 0 0.17 0.16 159.62 0.56 0.63
Hex 6B D5 B1 32 0 11 10 A0 38 3F
Octal 153 325 261 62 0 21 20 240 70 77
Binary 1101011 11010101 10110001 110010 0 10001 10000 10100000 111000 111111

Color Harmonies of #6BD5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD5B1

Black with #6BD5B1

Text Example


Text Example

White with #6BD5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,213,177); }

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

background-color css

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

 a { background-color: rgb(107,213,177); }

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

border-color css

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

 span { border-color: rgb(107,213,177); }

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