Html Css Color HEX #6DC0AC Monte Carlo

📋 copy color: '#6DC0AC'

red 109 ◦ green 192 ◦ blue 172

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

Shades of Monte Carlo #6DC0AC

Tints of Monte Carlo #6DC0AC

RGB

 RED value IS 109 (42.97% from 255) = 23.04%

 GREEN value IS 192 (75.39% from 255) = 40.59%

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

R = 23.04%
G = 40.59%
B = 36.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6DC0AC (or 0x6DC0AC) is known color: Monte Carlo. HEX triplet: 6D, C0 and AC. RGB value is (109,192,172). Sum of RGB (Red+Green+Blue) = 109+192+172=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0AC is #923F53. Grayscale: #A4A4A4. Windows color (decimal): -9584468 or 11321453. OLE color: 11321453.

HSL color Cylindrical-coordinate representation of color #6DC0AC: hue angle of 165.54º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DC0AC is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 172 -
CMYK 0.43 0 0.10 0.25
HSL 165.54º 0.4% 0.59% -
HSV(B) 165.54º 0.43% 0.75% -
XYZ 32.6 43.93 45.79 -
YUV 164.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 109 192 172 0.43 0 0.10 0.25 165.54 0.4 0.59
Hex 6D C0 AC 2B 0 A 19 A6 28 3B
Octal 155 300 254 53 0 12 31 246 50 73
Binary 1101101 11000000 10101100 101011 0 1010 11001 10100110 101000 111011

Color Harmonies of #6DC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC0AC

Black with #6DC0AC

Text Example


Text Example

White with #6DC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,192,172); }

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

background-color css

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

 a { background-color: rgb(109,192,172); }

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

border-color css

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

 span { border-color: rgb(109,192,172); }

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