Html Css Color HEX #6BD2B1 Medium Aquamarine

📋 copy color: '#6BD2B1'

red 107 ◦ green 210 ◦ blue 177

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

Shades of Medium Aquamarine #6BD2B1

Tints of Medium Aquamarine #6BD2B1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.51%

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

R = 21.66%
G = 42.51%
B = 35.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#6BD2B1 (or 0x6BD2B1) is known color: Medium Aquamarine. HEX triplet: 6B, D2 and B1. RGB value is (107,210,177). Sum of RGB (Red+Green+Blue) = 107+210+177=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD2B1 is #942D4E. Grayscale: #AFAFAF. Windows color (decimal): -9710927 or 11653739. OLE color: 11653739.

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

Color convert

RGB 107 210 177 -
CMYK 0.49 0 0.16 0.18
HSL 160.78º 0.53% 0.62% -
HSV(B) 160.78º 0.49% 0.82% -
XYZ 37.05 52.39 49.76 -
YUV 175.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 107 210 177 0.49 0 0.16 0.18 160.78 0.53 0.62
Hex 6B D2 B1 31 0 10 12 A1 35 3E
Octal 153 322 261 61 0 20 22 241 65 76
Binary 1101011 11010010 10110001 110001 0 10000 10010 10100001 110101 111110

Color Harmonies of #6BD2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD2B1

Black with #6BD2B1

Text Example


Text Example

White with #6BD2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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