Html Css Color HEX #6BD6B4 Medium Aquamarine

📋 copy color: '#6BD6B4'

red 107 ◦ green 214 ◦ blue 180

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

Shades of Medium Aquamarine #6BD6B4

Tints of Medium Aquamarine #6BD6B4

RGB

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

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

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

R = 21.36%
G = 42.71%
B = 35.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#6BD6B4 (or 0x6BD6B4) is known color: Medium Aquamarine. HEX triplet: 6B, D6 and B4. RGB value is (107,214,180). Sum of RGB (Red+Green+Blue) = 107+214+180=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #6BD6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD6B4 is #94294B. Grayscale: #B2B2B2. Windows color (decimal): -9709900 or 11851371. OLE color: 11851371.

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

Color convert

RGB 107 214 180 -
CMYK 0.50 0 0.16 0.16
HSL 160.93º 0.57% 0.63% -
HSV(B) 160.93º 0.5% 0.84% -
XYZ 38.35 54.51 51.68 -
YUV 178.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 107 214 180 0.50 0 0.16 0.16 160.93 0.57 0.63
Hex 6B D6 B4 32 0 10 10 A1 39 3F
Octal 153 326 264 62 0 20 20 241 71 77
Binary 1101011 11010110 10110100 110010 0 10000 10000 10100001 111001 111111

Color Harmonies of #6BD6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD6B4

Black with #6BD6B4

Text Example


Text Example

White with #6BD6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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