Html Css Color HEX #6BDCAC Medium Aquamarine

📋 copy color: '#6BDCAC'

red 107 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #6BDCAC

Tints of Medium Aquamarine #6BDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

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

R = 21.44%
G = 44.09%
B = 34.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#6BDCAC (or 0x6BDCAC) is known color: Medium Aquamarine. HEX triplet: 6B, DC and AC. RGB value is (107,220,172). Sum of RGB (Red+Green+Blue) = 107+220+172=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDCAC is #942353. Grayscale: #B4B4B4. Windows color (decimal): -9708372 or 11328619. OLE color: 11328619.

HSL color Cylindrical-coordinate representation of color #6BDCAC: hue angle of 154.51º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCAC is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 172 -
CMYK 0.51 0 0.22 0.14
HSL 154.51º 0.62% 0.64% -
HSV(B) 154.51º 0.51% 0.86% -
XYZ 39.1 57.29 48.03 -
YUV 180.74 123.06 75.4 -
System Red Green Blue C M Y K H S L
Decimal 107 220 172 0.51 0 0.22 0.14 154.51 0.62 0.64
Hex 6B DC AC 33 0 16 E 9B 3E 40
Octal 153 334 254 63 0 26 16 233 76 100
Binary 1101011 11011100 10101100 110011 0 10110 1110 10011011 111110 1000000

Color Harmonies of #6BDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCAC

Black with #6BDCAC

Text Example


Text Example

White with #6BDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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