Html Css Color HEX #6BD1B4 Medium Aquamarine

📋 copy color: '#6BD1B4'

red 107 ◦ green 209 ◦ blue 180

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

Shades of Medium Aquamarine #6BD1B4

Tints of Medium Aquamarine #6BD1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 21.57%
G = 42.14%
B = 36.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#6BD1B4 (or 0x6BD1B4) is known color: Medium Aquamarine. HEX triplet: 6B, D1 and B4. RGB value is (107,209,180). Sum of RGB (Red+Green+Blue) = 107+209+180=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #6BD1B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD1B4 is #942E4B. Grayscale: #AFAFAF. Windows color (decimal): -9711180 or 11850091. OLE color: 11850091.

HSL color Cylindrical-coordinate representation of color #6BD1B4: hue angle of 162.94º 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 #6BD1B4 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 209 180 -
CMYK 0.49 0 0.14 0.18
HSL 162.94º 0.53% 0.62% -
HSV(B) 162.94º 0.49% 0.82% -
XYZ 37.1 52.02 51.27 -
YUV 175.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 107 209 180 0.49 0 0.14 0.18 162.94 0.53 0.62
Hex 6B D1 B4 31 0 E 12 A3 35 3E
Octal 153 321 264 61 0 16 22 243 65 76
Binary 1101011 11010001 10110100 110001 0 1110 10010 10100011 110101 111110

Color Harmonies of #6BD1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD1B4

Black with #6BD1B4

Text Example


Text Example

White with #6BD1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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