Html Css Color HEX #6BDAAC Medium Aquamarine

📋 copy color: '#6BDAAC'

red 107 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #6BDAAC

Tints of Medium Aquamarine #6BDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 21.53%
G = 43.86%
B = 34.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#6BDAAC (or 0x6BDAAC) is known color: Medium Aquamarine. HEX triplet: 6B, DA and AC. RGB value is (107,218,172). Sum of RGB (Red+Green+Blue) = 107+218+172=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDAAC is #942553. Grayscale: #B3B3B3. Windows color (decimal): -9708884 or 11328107. OLE color: 11328107.

HSL color Cylindrical-coordinate representation of color #6BDAAC: hue angle of 155.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDAAC is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 218 172 -
CMYK 0.51 0 0.21 0.15
HSL 155.14º 0.6% 0.64% -
HSV(B) 155.14º 0.51% 0.85% -
XYZ 38.58 56.25 47.85 -
YUV 179.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 107 218 172 0.51 0 0.21 0.15 155.14 0.6 0.64
Hex 6B DA AC 33 0 15 F 9B 3C 40
Octal 153 332 254 63 0 25 17 233 74 100
Binary 1101011 11011010 10101100 110011 0 10101 1111 10011011 111100 1000000

Color Harmonies of #6BDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDAAC

Black with #6BDAAC

Text Example


Text Example

White with #6BDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,218,172); }

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

background-color css

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

 a { background-color: rgb(107,218,172); }

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

border-color css

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

 span { border-color: rgb(107,218,172); }

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