Html Css Color HEX #6DC0BB Monte Carlo

📋 copy color: '#6DC0BB'

red 109 ◦ green 192 ◦ blue 187

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

Shades of Monte Carlo #6DC0BB

Tints of Monte Carlo #6DC0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 22.34%
G = 39.34%
B = 38.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#6DC0BB (or 0x6DC0BB) is known color: Monte Carlo. HEX triplet: 6D, C0 and BB. RGB value is (109,192,187). Sum of RGB (Red+Green+Blue) = 109+192+187=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0BB is #923F44. Grayscale: #A6A6A6. Windows color (decimal): -9584453 or 12304493. OLE color: 12304493.

HSL color Cylindrical-coordinate representation of color #6DC0BB: hue angle of 176.39º 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 #6DC0BB is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 187 -
CMYK 0.43 0 0.03 0.25
HSL 176.39º 0.4% 0.59% -
HSV(B) 176.39º 0.43% 0.75% -
XYZ 34.13 44.54 53.81 -
YUV 166.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 109 192 187 0.43 0 0.03 0.25 176.39 0.4 0.59
Hex 6D C0 BB 2B 0 3 19 B0 28 3B
Octal 155 300 273 53 0 3 31 260 50 73
Binary 1101101 11000000 10111011 101011 0 11 11001 10110000 101000 111011

Color Harmonies of #6DC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC0BB

Black with #6DC0BB

Text Example


Text Example

White with #6DC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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